Skip to content

Commit f8654d2

Browse files
committed
chore: devnet and testnet subgraphs redeploy at v0.14.2
1 parent e05d52f commit f8654d2

File tree

6 files changed

+137
-78
lines changed

6 files changed

+137
-78
lines changed

subgraph/core/subgraph.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ dataSources:
88
name: KlerosCore
99
network: arbitrum-sepolia
1010
source:
11-
address: "0xA54e7A16d7460e38a8F324eF46782FB520d58CE8"
11+
address: "0x4838e31E0ea315232c431598110FE677cAF2D6E6"
1212
abi: KlerosCore
13-
startBlock: 3638878
13+
startBlock: 141215236
1414
mapping:
1515
kind: ethereum/events
1616
apiVersion: 0.0.7
@@ -33,7 +33,7 @@ dataSources:
3333
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
3434
- name: KlerosCore
3535
# FIX: temporarily point to the abi with event addition.
36-
file: ./temp-abis/KlerosCore.json
36+
file: ./abi-migrations/KlerosCore.json
3737
eventHandlers:
3838
- event: AppealDecision(indexed uint256,indexed address)
3939
handler: handleAppealDecision
@@ -68,9 +68,9 @@ dataSources:
6868
name: PolicyRegistry
6969
network: arbitrum-sepolia
7070
source:
71-
address: "0x2AC2EdFD336732bc6963f1AD03ED98B22dB949da"
71+
address: "0x31d067405184d7FaA64b0834511cBcFAF32CdC4b"
7272
abi: PolicyRegistry
73-
startBlock: 3084568
73+
startBlock: 141215158
7474
mapping:
7575
kind: ethereum/events
7676
apiVersion: 0.0.7
@@ -88,9 +88,9 @@ dataSources:
8888
name: DisputeKitClassic
8989
network: arbitrum-sepolia
9090
source:
91-
address: "0x9426F127116C3652A262AE1eA48391AC8F44D35b"
91+
address: "0x2246821E1313A93e2F8CdF7a3422d078f560b457"
9292
abi: DisputeKitClassic
93-
startBlock: 3638835
93+
startBlock: 141215195
9494
mapping:
9595
kind: ethereum/events
9696
apiVersion: 0.0.7
@@ -105,7 +105,7 @@ dataSources:
105105
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
106106
- name: KlerosCore
107107
# FIX: temporarily point to abi with event addition
108-
file: ./temp-abis/KlerosCore.json
108+
file: ./abi-migrations/KlerosCore.json
109109
eventHandlers:
110110
- event: DisputeCreation(indexed uint256,uint256,bytes)
111111
handler: handleDisputeCreation
@@ -124,9 +124,9 @@ dataSources:
124124
name: EvidenceModule
125125
network: arbitrum-sepolia
126126
source:
127-
address: "0x57fd453FB0d16f8ca174E7386102D7170E17Be09"
127+
address: "0x990f44d19a5F46889801B31bf58e0536fBECf27C"
128128
abi: EvidenceModule
129-
startBlock: 3638735
129+
startBlock: 141215177
130130
mapping:
131131
kind: ethereum/events
132132
apiVersion: 0.0.7
@@ -145,9 +145,9 @@ dataSources:
145145
name: SortitionModule
146146
network: arbitrum-sepolia
147147
source:
148-
address: "0x19cb28BAB40C3585955798f5EEabd71Eec14471C"
148+
address: "0xb34651b65A40553C444c6F0D27286C80ec34fbfD"
149149
abi: SortitionModule
150-
startBlock: 3638850
150+
startBlock: 141215215
151151
mapping:
152152
kind: ethereum/events
153153
apiVersion: 0.0.7
@@ -157,7 +157,7 @@ dataSources:
157157
abis:
158158
- name: SortitionModule
159159
# FIX: temporarily point to abi with event addition
160-
file: ./temp-abis/SortitionModule.json
160+
file: ./abi-migrations/SortitionModule.json
161161
eventHandlers:
162162
- event: StakeDelayedAlreadyTransferredDeposited(indexed address,uint256,uint256)
163163
handler: handleStakeDelayedAlreadyTransferredDeposited

subgraph/dispute-template-registry/subgraph.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ dataSources:
66
name: DisputeTemplateRegistry
77
network: arbitrum-sepolia
88
source:
9-
address: "0x596D3B09E684D62217682216e9b7a0De75933391"
9+
address: "0x45f0662ec4aA4164b187c1bd39D35D0E3168787a"
1010
abi: DisputeTemplateRegistry
11-
startBlock: 3639191
11+
startBlock: 141215321
1212
mapping:
1313
kind: ethereum/events
1414
apiVersion: 0.0.7

subgraph/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kleros/kleros-v2-subgraph",
3-
"version": "0.14.0",
3+
"version": "0.14.2",
44
"drtVersion": "0.11.0",
55
"license": "MIT",
66
"scripts": {
@@ -72,10 +72,10 @@
7272
"node": "20.18.3"
7373
},
7474
"dependencies": {
75-
"@graphprotocol/graph-ts": "^0.37.0"
75+
"@graphprotocol/graph-ts": "^0.38.0"
7676
},
7777
"devDependencies": {
78-
"@graphprotocol/graph-cli": "^0.95.0",
78+
"@graphprotocol/graph-cli": "^0.96.0",
7979
"@kleros/kleros-v2-eslint-config": "workspace:^",
8080
"@kleros/kleros-v2-prettier-config": "workspace:^",
8181
"eslint": "^9.15.0",

0 commit comments

Comments
 (0)