Skip to content

Commit 95d67f3

Browse files
committed
chore: file renamings
1 parent e0c823f commit 95d67f3

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

subgraph/core/subgraph.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dataSources:
3333
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
3434
- name: KlerosCore
3535
# FIX: temporarily point to the abi with event addition.
36-
file: ./abis/KlerosCore.json
36+
file: ./temp-abis/KlerosCore.json
3737
eventHandlers:
3838
- event: AppealDecision(indexed uint256,indexed address)
3939
handler: handleAppealDecision
@@ -105,7 +105,7 @@ dataSources:
105105
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
106106
- name: KlerosCore
107107
# FIX: temporarily point to abi with event addition
108-
file: ./abis/KlerosCore.json
108+
file: ./temp-abis/KlerosCore.json
109109
eventHandlers:
110110
- event: DisputeCreation(indexed uint256,uint256,bytes)
111111
handler: handleDisputeCreation
@@ -157,7 +157,7 @@ dataSources:
157157
abis:
158158
- name: SortitionModule
159159
# FIX: temporarily point to abi with event addition
160-
file: ./abis/SortitionModule.json
160+
file: ./temp-abis/SortitionModule.json
161161
eventHandlers:
162162
- event: StakeDelayedAlreadyTransferredDeposited(indexed address,uint256,uint256)
163163
handler: handleStakeDelayedAlreadyTransferredDeposited

0 commit comments

Comments
 (0)