Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: core subgraph v0.14.0 deployed to devnet and testnet
  • Loading branch information
jaybuidl committed Apr 5, 2025
commit 4908b6691f43e60dd2022d27e3386ab8834558b0
38 changes: 19 additions & 19 deletions subgraph/core/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dataSources:
name: KlerosCore
network: arbitrum-sepolia
source:
address: "0xA54e7A16d7460e38a8F324eF46782FB520d58CE8"
address: "0xE8442307d36e9bf6aB27F1A009F95CE8E11C3479"
abi: KlerosCore
startBlock: 3638878
startBlock: 95250346
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -28,11 +28,11 @@ dataSources:
- Counter
abis:
- name: SortitionModule
file: ../../contracts/deployments/arbitrumSepoliaDevnet/SortitionModule.json
file: ../../contracts/deployments/arbitrumSepolia/SortitionModule.json
- name: DisputeKitClassic
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
file: ../../contracts/deployments/arbitrumSepolia/DisputeKitClassic.json
- name: KlerosCore
file: ../../contracts/deployments/arbitrumSepoliaDevnet/KlerosCore.json
file: ../../contracts/deployments/arbitrumSepolia/KlerosCore.json
eventHandlers:
- event: AppealDecision(indexed uint256,indexed address)
handler: handleAppealDecision
Expand All @@ -43,7 +43,7 @@ dataSources:
handler: handleDraw
- event: NewPeriod(indexed uint256,uint8)
handler: handleNewPeriod
- event: CourtCreated(indexed uint256,indexed uint96,bool,uint256,uint256,uint256,uint256,uint256[4],uint256[])
- event: CourtCreated(indexed uint96,indexed uint96,bool,uint256,uint256,uint256,uint256,uint256[4],uint256[])
handler: handleCourtCreated
- event: CourtModified(indexed uint96,bool,uint256,uint256,uint256,uint256,uint256[4])
handler: handleCourtModified
Expand All @@ -64,9 +64,9 @@ dataSources:
name: PolicyRegistry
network: arbitrum-sepolia
source:
address: "0x2AC2EdFD336732bc6963f1AD03ED98B22dB949da"
address: "0x2668c46A14af8997417138B064ca1bEB70769585"
abi: PolicyRegistry
startBlock: 3084568
startBlock: 95247698
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -75,7 +75,7 @@ dataSources:
- Court
abis:
- name: PolicyRegistry
file: ../../contracts/deployments/arbitrumSepoliaDevnet/PolicyRegistry.json
file: ../../contracts/deployments/arbitrumSepolia/PolicyRegistry.json
eventHandlers:
- event: PolicyUpdate(indexed uint256,string,string)
handler: handlePolicyUpdate
Expand All @@ -84,9 +84,9 @@ dataSources:
name: DisputeKitClassic
network: arbitrum-sepolia
source:
address: "0x9426F127116C3652A262AE1eA48391AC8F44D35b"
address: "0x0c38f115D001d3b5bBec5e8D44f78C7B61A27D94"
abi: DisputeKitClassic
startBlock: 3638835
startBlock: 95247789
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -98,9 +98,9 @@ dataSources:
- ClassicContribution
abis:
- name: DisputeKitClassic
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
file: ../../contracts/deployments/arbitrumSepolia/DisputeKitClassic.json
- name: KlerosCore
file: ../../contracts/deployments/arbitrumSepoliaDevnet/KlerosCore.json
file: ../../contracts/deployments/arbitrumSepolia/KlerosCore.json
eventHandlers:
- event: DisputeCreation(indexed uint256,uint256,bytes)
handler: handleDisputeCreation
Expand All @@ -119,9 +119,9 @@ dataSources:
name: EvidenceModule
network: arbitrum-sepolia
source:
address: "0x57fd453FB0d16f8ca174E7386102D7170E17Be09"
address: "0xA88A9a25cE7f1d8b3941dA3b322Ba91D009E1397"
abi: EvidenceModule
startBlock: 3638735
startBlock: 95247733
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -131,7 +131,7 @@ dataSources:
- ClassicEvidence
abis:
- name: EvidenceModule
file: ../../contracts/deployments/arbitrumSepoliaDevnet/EvidenceModule.json
file: ../../contracts/deployments/arbitrumSepolia/EvidenceModule.json
eventHandlers:
- event: Evidence(indexed uint256,indexed address,string)
handler: handleEvidenceEvent
Expand All @@ -140,9 +140,9 @@ dataSources:
name: SortitionModule
network: arbitrum-sepolia
source:
address: "0x19cb28BAB40C3585955798f5EEabd71Eec14471C"
address: "0xbAA5068F0bD1417046250A3eDe2B1F27e31383BD"
abi: SortitionModule
startBlock: 3638850
startBlock: 95250316
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -151,7 +151,7 @@ dataSources:
- JurorTokensPerCourt
abis:
- name: SortitionModule
file: ../../contracts/deployments/arbitrumSepoliaDevnet/SortitionModule.json
file: ../../contracts/deployments/arbitrumSepolia/SortitionModule.json
eventHandlers:
- event: StakeDelayedAlreadyTransferredDeposited(indexed address,uint256,uint256)
handler: handleStakeDelayedAlreadyTransferredDeposited
Expand Down
2 changes: 1 addition & 1 deletion subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kleros/kleros-v2-subgraph",
"version": "0.13.0",
"version": "0.14.0",
"drtVersion": "0.11.0",
"license": "MIT",
"scripts": {
Expand Down
Loading