@@ -4,11 +4,11 @@ schema:
4
4
dataSources :
5
5
- kind : ethereum
6
6
name : KlerosCore
7
- network : arbitrum-goerli
7
+ network : mainnet
8
8
source :
9
- address : " 0xB88643fd1e4351dAF9eA7292db126207FDE42e45 "
9
+ address : " 0x59b670e9fA9D0A427751Af201D676719a970857b "
10
10
abi : KlerosCore
11
- startBlock : 49141544
11
+ startBlock : 22
12
12
mapping :
13
13
kind : ethereum/events
14
14
apiVersion : 0.0.6
@@ -26,9 +26,9 @@ dataSources:
26
26
- Counter
27
27
abis :
28
28
- name : DisputeKitClassic
29
- file : ../contracts/deployments/arbitrumGoerliDevnet /DisputeKitClassic.json
29
+ file : ../contracts/deployments/localhost /DisputeKitClassic.json
30
30
- name : KlerosCore
31
- file : ../contracts/deployments/arbitrumGoerliDevnet /KlerosCore.json
31
+ file : ../contracts/deployments/localhost /KlerosCore.json
32
32
eventHandlers :
33
33
- event : AppealDecision(indexed uint256,indexed address)
34
34
handler : handleAppealDecision
@@ -46,10 +46,6 @@ dataSources:
46
46
handler : handleDisputeKitCreated
47
47
- event : DisputeKitEnabled(indexed uint96,indexed uint256,indexed bool)
48
48
handler : handleDisputeKitEnabled
49
- - event : StakeSet(indexed address,uint256,uint256)
50
- handler : handleStakeSet
51
- - event : StakeDelayedNotTransferred(indexed address,uint256,uint256)
52
- handler : handleStakeDelayedNotTransferred
53
49
- event : TokenAndETHShift(indexed address,indexed uint256,indexed uint256,uint256,int256,int256,address)
54
50
handler : handleTokenAndETHShift
55
51
- event : Ruling(indexed address,indexed uint256,uint256)
@@ -61,11 +57,11 @@ dataSources:
61
57
file : ./src/KlerosCore.ts
62
58
- kind : ethereum
63
59
name : PolicyRegistry
64
- network : arbitrum-goerli
60
+ network : mainnet
65
61
source :
66
- address : " 0x37FFaF5506BB16327B4a32191Bb39d739fCE55a3 "
62
+ address : " 0xB7f8BC63BbcaD18155201308C8f3540b07f84F5e "
67
63
abi : PolicyRegistry
68
- startBlock : 48886711
64
+ startBlock : 12
69
65
mapping :
70
66
kind : ethereum/events
71
67
apiVersion : 0.0.6
@@ -74,18 +70,18 @@ dataSources:
74
70
- Court
75
71
abis :
76
72
- name : PolicyRegistry
77
- file : ../contracts/deployments/arbitrumGoerliDevnet /PolicyRegistry.json
73
+ file : ../contracts/deployments/localhost /PolicyRegistry.json
78
74
eventHandlers :
79
75
- event : PolicyUpdate(indexed uint256,string,string)
80
76
handler : handlePolicyUpdate
81
77
file : ./src/PolicyRegistry.ts
82
78
- kind : ethereum
83
79
name : DisputeKitClassic
84
- network : arbitrum-goerli
80
+ network : mainnet
85
81
source :
86
- address : " 0x67f3b472F345119692d575E59190400E371946f6 "
82
+ address : " 0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE "
87
83
abi : DisputeKitClassic
88
- startBlock : 49141470
84
+ startBlock : 18
89
85
mapping :
90
86
kind : ethereum/events
91
87
apiVersion : 0.0.6
@@ -97,9 +93,9 @@ dataSources:
97
93
- ClassicContribution
98
94
abis :
99
95
- name : DisputeKitClassic
100
- file : ../contracts/deployments/arbitrumGoerliDevnet /DisputeKitClassic.json
96
+ file : ../contracts/deployments/localhost /DisputeKitClassic.json
101
97
- name : KlerosCore
102
- file : ../contracts/deployments/arbitrumGoerliDevnet /KlerosCore.json
98
+ file : ../contracts/deployments/localhost /KlerosCore.json
103
99
eventHandlers :
104
100
- event : DisputeCreation(indexed uint256,uint256,bytes)
105
101
handler : handleDisputeCreation
@@ -116,11 +112,11 @@ dataSources:
116
112
file : ./src/DisputeKitClassic.ts
117
113
- kind : ethereum
118
114
name : EvidenceModule
119
- network : arbitrum-goerli
115
+ network : mainnet
120
116
source :
121
- address : " 0xF679E4a92AE843fd5cD0717A7417C3A773Dfd55F "
117
+ address : " 0x0DCd1Bf9A1b36cE34237eEaFef220932846BCD82 "
122
118
abi : EvidenceModule
123
- startBlock : 49137992
119
+ startBlock : 14
124
120
mapping :
125
121
kind : ethereum/events
126
122
apiVersion : 0.0.6
@@ -130,8 +126,36 @@ dataSources:
130
126
- ClassicEvidence
131
127
abis :
132
128
- name : EvidenceModule
133
- file : ../contracts/deployments/arbitrumGoerliDevnet /EvidenceModule.json
129
+ file : ../contracts/deployments/localhost /EvidenceModule.json
134
130
eventHandlers :
135
131
- event : Evidence(indexed uint256,indexed address,string)
136
132
handler : handleEvidenceEvent
137
133
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