@@ -4,11 +4,11 @@ schema:
44dataSources :
55 - kind : ethereum
66 name : KlerosCore
7- network : arbitrum-goerli
7+ network : mainnet
88 source :
9- address : " 0xB88643fd1e4351dAF9eA7292db126207FDE42e45 "
9+ address : " 0x59b670e9fA9D0A427751Af201D676719a970857b "
1010 abi : KlerosCore
11- startBlock : 49141544
11+ startBlock : 22
1212 mapping :
1313 kind : ethereum/events
1414 apiVersion : 0.0.6
@@ -26,9 +26,9 @@ dataSources:
2626 - Counter
2727 abis :
2828 - name : DisputeKitClassic
29- file : ../contracts/deployments/arbitrumGoerliDevnet /DisputeKitClassic.json
29+ file : ../contracts/deployments/localhost /DisputeKitClassic.json
3030 - name : KlerosCore
31- file : ../contracts/deployments/arbitrumGoerliDevnet /KlerosCore.json
31+ file : ../contracts/deployments/localhost /KlerosCore.json
3232 eventHandlers :
3333 - event : AppealDecision(indexed uint256,indexed address)
3434 handler : handleAppealDecision
@@ -46,10 +46,6 @@ dataSources:
4646 handler : handleDisputeKitCreated
4747 - event : DisputeKitEnabled(indexed uint96,indexed uint256,indexed bool)
4848 handler : handleDisputeKitEnabled
49- - event : StakeSet(indexed address,uint256,uint256)
50- handler : handleStakeSet
51- - event : StakeDelayedNotTransferred(indexed address,uint256,uint256)
52- handler : handleStakeDelayedNotTransferred
5349 - event : TokenAndETHShift(indexed address,indexed uint256,indexed uint256,uint256,int256,int256,address)
5450 handler : handleTokenAndETHShift
5551 - event : Ruling(indexed address,indexed uint256,uint256)
@@ -61,11 +57,11 @@ dataSources:
6157 file : ./src/KlerosCore.ts
6258 - kind : ethereum
6359 name : PolicyRegistry
64- network : arbitrum-goerli
60+ network : mainnet
6561 source :
66- address : " 0x37FFaF5506BB16327B4a32191Bb39d739fCE55a3 "
62+ address : " 0xB7f8BC63BbcaD18155201308C8f3540b07f84F5e "
6763 abi : PolicyRegistry
68- startBlock : 48886711
64+ startBlock : 12
6965 mapping :
7066 kind : ethereum/events
7167 apiVersion : 0.0.6
@@ -74,18 +70,18 @@ dataSources:
7470 - Court
7571 abis :
7672 - name : PolicyRegistry
77- file : ../contracts/deployments/arbitrumGoerliDevnet /PolicyRegistry.json
73+ file : ../contracts/deployments/localhost /PolicyRegistry.json
7874 eventHandlers :
7975 - event : PolicyUpdate(indexed uint256,string,string)
8076 handler : handlePolicyUpdate
8177 file : ./src/PolicyRegistry.ts
8278 - kind : ethereum
8379 name : DisputeKitClassic
84- network : arbitrum-goerli
80+ network : mainnet
8581 source :
86- address : " 0x67f3b472F345119692d575E59190400E371946f6 "
82+ address : " 0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE "
8783 abi : DisputeKitClassic
88- startBlock : 49141470
84+ startBlock : 18
8985 mapping :
9086 kind : ethereum/events
9187 apiVersion : 0.0.6
@@ -97,9 +93,9 @@ dataSources:
9793 - ClassicContribution
9894 abis :
9995 - name : DisputeKitClassic
100- file : ../contracts/deployments/arbitrumGoerliDevnet /DisputeKitClassic.json
96+ file : ../contracts/deployments/localhost /DisputeKitClassic.json
10197 - name : KlerosCore
102- file : ../contracts/deployments/arbitrumGoerliDevnet /KlerosCore.json
98+ file : ../contracts/deployments/localhost /KlerosCore.json
10399 eventHandlers :
104100 - event : DisputeCreation(indexed uint256,uint256,bytes)
105101 handler : handleDisputeCreation
@@ -116,11 +112,11 @@ dataSources:
116112 file : ./src/DisputeKitClassic.ts
117113 - kind : ethereum
118114 name : EvidenceModule
119- network : arbitrum-goerli
115+ network : mainnet
120116 source :
121- address : " 0xF679E4a92AE843fd5cD0717A7417C3A773Dfd55F "
117+ address : " 0x0DCd1Bf9A1b36cE34237eEaFef220932846BCD82 "
122118 abi : EvidenceModule
123- startBlock : 49137992
119+ startBlock : 14
124120 mapping :
125121 kind : ethereum/events
126122 apiVersion : 0.0.6
@@ -130,8 +126,36 @@ dataSources:
130126 - ClassicEvidence
131127 abis :
132128 - name : EvidenceModule
133- file : ../contracts/deployments/arbitrumGoerliDevnet /EvidenceModule.json
129+ file : ../contracts/deployments/localhost /EvidenceModule.json
134130 eventHandlers :
135131 - event : Evidence(indexed uint256,indexed address,string)
136132 handler : handleEvidenceEvent
137133 file : ./src/EvidenceModule.ts
134+ - kind : ethereum
135+ name : SortitionModule
136+ network : mainnet
137+ source :
138+ address : " 0x3Aa5ebB10DC797CAC828524e59A333d0A371443c"
139+ abi : SortitionModule
140+ startBlock : 20
141+ mapping :
142+ kind : ethereum/events
143+ apiVersion : 0.0.6
144+ language : wasm/assemblyscript
145+ entities :
146+ - JurorTokensPerCourt
147+ abis :
148+ - name : SortitionModule
149+ file : ../contracts/deployments/localhost/SortitionModule.json
150+ eventHandlers :
151+ - event : StakeDelayedAlreadyTransferred(indexed address,uint256,uint256)
152+ handler : handleStakeDelayedAlreadyTransferred
153+ - event : StakeDelayedAlreadyTransferredWithdrawn(indexed address,indexed uint96,uint256)
154+ handler : handleStakeDelayedAlreadyTransferredWithdrawn
155+ - event : StakeDelayedNotTransferred(indexed address,uint256,uint256)
156+ handler : handleStakeDelayedNotTransferred
157+ - event : StakeLocked(indexed address,uint256,bool)
158+ handler : handleStakeLocked
159+ - event : StakeSet(indexed address,uint256,uint256)
160+ handler : handleStakeSet
161+ file : ./src/SortitionModule.ts
0 commit comments