@@ -14,19 +14,16 @@ dataSources:
1414 apiVersion : 0.0.6
1515 language : wasm/assemblyscript
1616 entities :
17- - Court
18- - Juror
17+ - User
18+ - Arbitrable
1919 - TokenAndETHShift
2020 - JurorTokensPerCourt
21+ - Court
22+ - Dispute
2123 - Round
2224 - Draw
23- - Dispute
2425 - DisputeKit
25- - PNKStakedDataPoint
26- - ETHPaidDataPoint
27- - PNKRedistributedDataPoint
28- - ActiveJurorsDataPoint
29- - CasesDataPoint
26+ - Counter
3027 abis :
3128 - name : KlerosCore
3229 file : ../contracts/deployments/arbitrumGoerli/KlerosCore.json
@@ -84,8 +81,12 @@ dataSources:
8481 apiVersion : 0.0.6
8582 language : wasm/assemblyscript
8683 entities :
87- - EvidenceGroup
88- - Evidence
84+ - ClassicDispute
85+ - ClassicRound
86+ - ClassicVote
87+ - ClassicEvidenceGroup
88+ - ClassicEvidence
89+ - ClassicContribution
8990 abis :
9091 - name : DisputeKitClassic
9192 file : ../contracts/deployments/arbitrumGoerli/DisputeKitClassic.json
@@ -94,8 +95,8 @@ dataSources:
9495 handler : handleDisputeCreation
9596 - event : Contribution(indexed uint256,indexed uint256,uint256,indexed address,uint256)
9697 handler : handleContributionEvent
97- # - event: Withdrawal(indexed uint256,indexed uint256,uint256,indexed address,uint256)
98- # handler: handleWithdrawal
98+ - event : Withdrawal(indexed uint256,indexed uint256,uint256,indexed address,uint256)
99+ handler : handleWithdrawal
99100 - event : ChoiceFunded(indexed uint256,indexed uint256,indexed uint256)
100101 handler : handleChoiceFunded
101102 - event : Evidence(indexed address,indexed uint256,indexed address,string)
0 commit comments