Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: devnet and testnet subgraphs redeploy at v0.14.2
  • Loading branch information
jaybuidl committed Apr 10, 2025
commit f8654d23bd96254d0019e50ad4ce0de2f110dac1
26 changes: 13 additions & 13 deletions subgraph/core/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dataSources:
name: KlerosCore
network: arbitrum-sepolia
source:
address: "0xA54e7A16d7460e38a8F324eF46782FB520d58CE8"
address: "0x4838e31E0ea315232c431598110FE677cAF2D6E6"
abi: KlerosCore
startBlock: 3638878
startBlock: 141215236
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -33,7 +33,7 @@ dataSources:
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
- name: KlerosCore
# FIX: temporarily point to the abi with event addition.
file: ./temp-abis/KlerosCore.json
file: ./abi-migrations/KlerosCore.json
eventHandlers:
- event: AppealDecision(indexed uint256,indexed address)
handler: handleAppealDecision
Expand Down Expand Up @@ -68,9 +68,9 @@ dataSources:
name: PolicyRegistry
network: arbitrum-sepolia
source:
address: "0x2AC2EdFD336732bc6963f1AD03ED98B22dB949da"
address: "0x31d067405184d7FaA64b0834511cBcFAF32CdC4b"
abi: PolicyRegistry
startBlock: 3084568
startBlock: 141215158
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -88,9 +88,9 @@ dataSources:
name: DisputeKitClassic
network: arbitrum-sepolia
source:
address: "0x9426F127116C3652A262AE1eA48391AC8F44D35b"
address: "0x2246821E1313A93e2F8CdF7a3422d078f560b457"
abi: DisputeKitClassic
startBlock: 3638835
startBlock: 141215195
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -105,7 +105,7 @@ dataSources:
file: ../../contracts/deployments/arbitrumSepoliaDevnet/DisputeKitClassic.json
- name: KlerosCore
# FIX: temporarily point to abi with event addition
file: ./temp-abis/KlerosCore.json
file: ./abi-migrations/KlerosCore.json
eventHandlers:
- event: DisputeCreation(indexed uint256,uint256,bytes)
handler: handleDisputeCreation
Expand All @@ -124,9 +124,9 @@ dataSources:
name: EvidenceModule
network: arbitrum-sepolia
source:
address: "0x57fd453FB0d16f8ca174E7386102D7170E17Be09"
address: "0x990f44d19a5F46889801B31bf58e0536fBECf27C"
abi: EvidenceModule
startBlock: 3638735
startBlock: 141215177
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -145,9 +145,9 @@ dataSources:
name: SortitionModule
network: arbitrum-sepolia
source:
address: "0x19cb28BAB40C3585955798f5EEabd71Eec14471C"
address: "0xb34651b65A40553C444c6F0D27286C80ec34fbfD"
abi: SortitionModule
startBlock: 3638850
startBlock: 141215215
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -157,7 +157,7 @@ dataSources:
abis:
- name: SortitionModule
# FIX: temporarily point to abi with event addition
file: ./temp-abis/SortitionModule.json
file: ./abi-migrations/SortitionModule.json
eventHandlers:
- event: StakeDelayedAlreadyTransferredDeposited(indexed address,uint256,uint256)
handler: handleStakeDelayedAlreadyTransferredDeposited
Expand Down
4 changes: 2 additions & 2 deletions subgraph/dispute-template-registry/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dataSources:
name: DisputeTemplateRegistry
network: arbitrum-sepolia
source:
address: "0x596D3B09E684D62217682216e9b7a0De75933391"
address: "0x45f0662ec4aA4164b187c1bd39D35D0E3168787a"
abi: DisputeTemplateRegistry
startBlock: 3639191
startBlock: 141215321
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down
6 changes: 3 additions & 3 deletions subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kleros/kleros-v2-subgraph",
"version": "0.14.0",
"version": "0.14.2",
"drtVersion": "0.11.0",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -72,10 +72,10 @@
"node": "20.18.3"
},
"dependencies": {
"@graphprotocol/graph-ts": "^0.37.0"
"@graphprotocol/graph-ts": "^0.38.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.95.0",
"@graphprotocol/graph-cli": "^0.96.0",
"@kleros/kleros-v2-eslint-config": "workspace:^",
"@kleros/kleros-v2-prettier-config": "workspace:^",
"eslint": "^9.15.0",
Expand Down
Loading
Loading