@@ -161,6 +161,82 @@ dataSources:
161
161
- event : CommitCast(indexed uint256,indexed address,uint256[],bytes32)
162
162
handler : handleCommitCast
163
163
file : ./src/DisputeKitClassic.ts
164
+ - kind : ethereum
165
+ name : DisputeKitGated
166
+ network : arbitrum-sepolia
167
+ source :
168
+ address : " 0x677dA30B4b27D129354DdA1e219Bcc86802132d1"
169
+ abi : DisputeKitGated
170
+ startBlock : 175286139
171
+ mapping :
172
+ kind : ethereum/events
173
+ apiVersion : 0.0.7
174
+ language : wasm/assemblyscript
175
+ entities :
176
+ - ClassicDispute
177
+ - ClassicRound
178
+ - ClassicVote
179
+ - ClassicContribution
180
+ abis :
181
+ - name : DisputeKitGated
182
+ file : ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitGated.json
183
+ - name : DisputeKitClassic # Required on Alchemy
184
+ file : ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
185
+ - name : KlerosCore
186
+ # FIX: temporarily point to abi with event addition
187
+ file : ./abi-migrations/KlerosCore.json
188
+ eventHandlers :
189
+ - event : DisputeCreation(indexed uint256,uint256,bytes)
190
+ handler : handleDisputeCreation
191
+ - event : Contribution(indexed uint256,indexed uint256,uint256,indexed address,uint256)
192
+ handler : handleContributionEvent
193
+ - event : Withdrawal(indexed uint256,indexed uint256,uint256,indexed address,uint256)
194
+ handler : handleWithdrawal
195
+ - event : ChoiceFunded(indexed uint256,indexed uint256,indexed uint256)
196
+ handler : handleChoiceFunded
197
+ - event : VoteCast(indexed uint256,indexed address,uint256[],indexed uint256,string)
198
+ handler : handleVoteCast
199
+ - event : CommitCast(indexed uint256,indexed address,uint256[],bytes32)
200
+ handler : handleCommitCast
201
+ file : ./src/DisputeKitClassic.ts
202
+ - kind : ethereum
203
+ name : DisputeKitGatedShutter
204
+ network : arbitrum-sepolia
205
+ source :
206
+ address : " 0xd86b84eb36Cd48f3f384b4490F255b494385F429"
207
+ abi : DisputeKitGatedShutter
208
+ startBlock : 175286153
209
+ mapping :
210
+ kind : ethereum/events
211
+ apiVersion : 0.0.7
212
+ language : wasm/assemblyscript
213
+ entities :
214
+ - ClassicDispute
215
+ - ClassicRound
216
+ - ClassicVote
217
+ - ClassicContribution
218
+ abis :
219
+ - name : DisputeKitGatedShutter
220
+ file : ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitGatedShutter.json
221
+ - name : DisputeKitClassic # Required on Alchemy
222
+ file : ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
223
+ - name : KlerosCore
224
+ # FIX: temporarily point to abi with event addition
225
+ file : ./abi-migrations/KlerosCore.json
226
+ eventHandlers :
227
+ - event : DisputeCreation(indexed uint256,uint256,bytes)
228
+ handler : handleDisputeCreation
229
+ - event : Contribution(indexed uint256,indexed uint256,uint256,indexed address,uint256)
230
+ handler : handleContributionEvent
231
+ - event : Withdrawal(indexed uint256,indexed uint256,uint256,indexed address,uint256)
232
+ handler : handleWithdrawal
233
+ - event : ChoiceFunded(indexed uint256,indexed uint256,indexed uint256)
234
+ handler : handleChoiceFunded
235
+ - event : VoteCast(indexed uint256,indexed address,uint256[],indexed uint256,string)
236
+ handler : handleVoteCast
237
+ - event : CommitCast(indexed uint256,indexed address,uint256[],bytes32)
238
+ handler : handleCommitCast
239
+ file : ./src/DisputeKitClassic.ts
164
240
- kind : ethereum
165
241
name : EvidenceModule
166
242
network : arbitrum-sepolia
0 commit comments