Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion subgraph/core-university/subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ dataSources:
eventHandlers:
- event: StakeLocked(indexed address,uint256,bool)
handler: handleStakeLocked
- event: StakeSet(indexed address,uint256,uint256,uint256)
- event: StakeSet(indexed address,uint256,uint256)
handler: handleStakeSet
file: ./src/SortitionModule.ts
12 changes: 7 additions & 5 deletions subgraph/core-university/subgraph.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# THIS FILE IS AUTO-GENERATED BY update.sh FROM subgraph.template.yaml, ANY CHANGES WILL BE LOST.
specVersion: 0.0.5
description: Kleros v2 Core University
repository: https://github.com/kleros/kleros-v2/tree/dev/subgraph/core-university
schema:
file: ./schema.graphql
features:
Expand Down Expand Up @@ -65,9 +67,9 @@ dataSources:
name: PolicyRegistry
network: arbitrum-sepolia
source:
address: "0x31d067405184d7FaA64b0834511cBcFAF32CdC4b"
address: "0xd8681dBF525ecBda2F799BFddB96840065075e8A"
abi: PolicyRegistry
startBlock: 141215158
startBlock: 175286057
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down Expand Up @@ -120,9 +122,9 @@ dataSources:
name: EvidenceModule
network: arbitrum-sepolia
source:
address: "0x990f44d19a5F46889801B31bf58e0536fBECf27C"
address: "0xA1F72e0445fc395A393247F5B8c958Ec9b7C0B49"
abi: EvidenceModule
startBlock: 141215177
startBlock: 175286065
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down Expand Up @@ -156,6 +158,6 @@ dataSources:
eventHandlers:
- event: StakeLocked(indexed address,uint256,bool)
handler: handleStakeLocked
- event: StakeSet(indexed address,uint256,uint256,uint256)
- event: StakeSet(indexed address,uint256,uint256)
handler: handleStakeSet
file: ./src/SortitionModule.ts
Loading