Skip to content

Commit 0ff6046

Browse files
committed
chore: subgraph values for devnet
1 parent 1ecd467 commit 0ff6046

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

subgraph/core/subgraph.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ dataSources:
133133
file: ./src/EvidenceModule.ts
134134
- kind: ethereum
135135
name: SortitionModule
136-
network: mainnet
136+
network: arbitrum-sepolia
137137
source:
138-
address: "0x3Aa5ebB10DC797CAC828524e59A333d0A371443c"
138+
address: "0xf327200420F21BAafce8F1C03B1EEdF926074B95"
139139
abi: SortitionModule
140-
startBlock: 20
140+
startBlock: 3084593
141141
mapping:
142142
kind: ethereum/events
143143
apiVersion: 0.0.6
@@ -146,7 +146,7 @@ dataSources:
146146
- JurorTokensPerCourt
147147
abis:
148148
- name: SortitionModule
149-
file: ../contracts/deployments/localhost/SortitionModule.json
149+
file: ../../contracts/deployments/arbitrumSepoliaDevnet/SortitionModule.json
150150
eventHandlers:
151151
- event: StakeDelayedAlreadyTransferred(indexed address,uint256,uint256)
152152
handler: handleStakeDelayedAlreadyTransferred

0 commit comments

Comments
 (0)