Skip to content

Commit 4908b66

Browse files
committed
chore: core subgraph v0.14.0 deployed to devnet and testnet
1 parent c3fa89e commit 4908b66

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

subgraph/core/subgraph.yaml

Lines changed: 19 additions & 19 deletions
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: "0xE8442307d36e9bf6aB27F1A009F95CE8E11C3479"
1212
abi: KlerosCore
13-
startBlock: 3638878
13+
startBlock: 95250346
1414
mapping:
1515
kind: ethereum/events
1616
apiVersion: 0.0.7
@@ -28,11 +28,11 @@ dataSources:
2828
- Counter
2929
abis:
3030
- name: SortitionModule
31-
file: ../../contracts/deployments/arbitrumSepoliaDevnet/SortitionModule.json
31+
file: ../../contracts/deployments/arbitrumSepolia/SortitionModule.json
3232
- name: DisputeKitClassic
33-
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
33+
file: ../../contracts/deployments/arbitrumSepolia/DisputeKitClassic.json
3434
- name: KlerosCore
35-
file: ../../contracts/deployments/arbitrumSepoliaDevnet/KlerosCore.json
35+
file: ../../contracts/deployments/arbitrumSepolia/KlerosCore.json
3636
eventHandlers:
3737
- event: AppealDecision(indexed uint256,indexed address)
3838
handler: handleAppealDecision
@@ -43,7 +43,7 @@ dataSources:
4343
handler: handleDraw
4444
- event: NewPeriod(indexed uint256,uint8)
4545
handler: handleNewPeriod
46-
- event: CourtCreated(indexed uint256,indexed uint96,bool,uint256,uint256,uint256,uint256,uint256[4],uint256[])
46+
- event: CourtCreated(indexed uint96,indexed uint96,bool,uint256,uint256,uint256,uint256,uint256[4],uint256[])
4747
handler: handleCourtCreated
4848
- event: CourtModified(indexed uint96,bool,uint256,uint256,uint256,uint256,uint256[4])
4949
handler: handleCourtModified
@@ -64,9 +64,9 @@ dataSources:
6464
name: PolicyRegistry
6565
network: arbitrum-sepolia
6666
source:
67-
address: "0x2AC2EdFD336732bc6963f1AD03ED98B22dB949da"
67+
address: "0x2668c46A14af8997417138B064ca1bEB70769585"
6868
abi: PolicyRegistry
69-
startBlock: 3084568
69+
startBlock: 95247698
7070
mapping:
7171
kind: ethereum/events
7272
apiVersion: 0.0.7
@@ -75,7 +75,7 @@ dataSources:
7575
- Court
7676
abis:
7777
- name: PolicyRegistry
78-
file: ../../contracts/deployments/arbitrumSepoliaDevnet/PolicyRegistry.json
78+
file: ../../contracts/deployments/arbitrumSepolia/PolicyRegistry.json
7979
eventHandlers:
8080
- event: PolicyUpdate(indexed uint256,string,string)
8181
handler: handlePolicyUpdate
@@ -84,9 +84,9 @@ dataSources:
8484
name: DisputeKitClassic
8585
network: arbitrum-sepolia
8686
source:
87-
address: "0x9426F127116C3652A262AE1eA48391AC8F44D35b"
87+
address: "0x0c38f115D001d3b5bBec5e8D44f78C7B61A27D94"
8888
abi: DisputeKitClassic
89-
startBlock: 3638835
89+
startBlock: 95247789
9090
mapping:
9191
kind: ethereum/events
9292
apiVersion: 0.0.7
@@ -98,9 +98,9 @@ dataSources:
9898
- ClassicContribution
9999
abis:
100100
- name: DisputeKitClassic
101-
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
101+
file: ../../contracts/deployments/arbitrumSepolia/DisputeKitClassic.json
102102
- name: KlerosCore
103-
file: ../../contracts/deployments/arbitrumSepoliaDevnet/KlerosCore.json
103+
file: ../../contracts/deployments/arbitrumSepolia/KlerosCore.json
104104
eventHandlers:
105105
- event: DisputeCreation(indexed uint256,uint256,bytes)
106106
handler: handleDisputeCreation
@@ -119,9 +119,9 @@ dataSources:
119119
name: EvidenceModule
120120
network: arbitrum-sepolia
121121
source:
122-
address: "0x57fd453FB0d16f8ca174E7386102D7170E17Be09"
122+
address: "0xA88A9a25cE7f1d8b3941dA3b322Ba91D009E1397"
123123
abi: EvidenceModule
124-
startBlock: 3638735
124+
startBlock: 95247733
125125
mapping:
126126
kind: ethereum/events
127127
apiVersion: 0.0.7
@@ -131,7 +131,7 @@ dataSources:
131131
- ClassicEvidence
132132
abis:
133133
- name: EvidenceModule
134-
file: ../../contracts/deployments/arbitrumSepoliaDevnet/EvidenceModule.json
134+
file: ../../contracts/deployments/arbitrumSepolia/EvidenceModule.json
135135
eventHandlers:
136136
- event: Evidence(indexed uint256,indexed address,string)
137137
handler: handleEvidenceEvent
@@ -140,9 +140,9 @@ dataSources:
140140
name: SortitionModule
141141
network: arbitrum-sepolia
142142
source:
143-
address: "0x19cb28BAB40C3585955798f5EEabd71Eec14471C"
143+
address: "0xbAA5068F0bD1417046250A3eDe2B1F27e31383BD"
144144
abi: SortitionModule
145-
startBlock: 3638850
145+
startBlock: 95250316
146146
mapping:
147147
kind: ethereum/events
148148
apiVersion: 0.0.7
@@ -151,7 +151,7 @@ dataSources:
151151
- JurorTokensPerCourt
152152
abis:
153153
- name: SortitionModule
154-
file: ../../contracts/deployments/arbitrumSepoliaDevnet/SortitionModule.json
154+
file: ../../contracts/deployments/arbitrumSepolia/SortitionModule.json
155155
eventHandlers:
156156
- event: StakeDelayedAlreadyTransferredDeposited(indexed address,uint256,uint256)
157157
handler: handleStakeDelayedAlreadyTransferredDeposited

subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kleros/kleros-v2-subgraph",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"drtVersion": "0.11.0",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)