Skip to content

Commit b9a7a97

Browse files
authored
Merge pull request #2141 from kleros/chore/university-migration
chore: deploy-university-subgraph
2 parents 55589e5 + 835eea4 commit b9a7a97

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

subgraph/core-university/subgraph.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ dataSources:
157157
eventHandlers:
158158
- event: StakeLocked(indexed address,uint256,bool)
159159
handler: handleStakeLocked
160-
- event: StakeSet(indexed address,uint256,uint256,uint256)
160+
- event: StakeSet(indexed address,uint256,uint256)
161161
handler: handleStakeSet
162162
file: ./src/SortitionModule.ts

subgraph/core-university/subgraph.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# THIS FILE IS AUTO-GENERATED BY update.sh FROM subgraph.template.yaml, ANY CHANGES WILL BE LOST.
22
specVersion: 0.0.5
3+
description: Kleros v2 Core University
4+
repository: https://github.com/kleros/kleros-v2/tree/dev/subgraph/core-university
35
schema:
46
file: ./schema.graphql
57
features:
@@ -65,9 +67,9 @@ dataSources:
6567
name: PolicyRegistry
6668
network: arbitrum-sepolia
6769
source:
68-
address: "0x31d067405184d7FaA64b0834511cBcFAF32CdC4b"
70+
address: "0xd8681dBF525ecBda2F799BFddB96840065075e8A"
6971
abi: PolicyRegistry
70-
startBlock: 141215158
72+
startBlock: 175286057
7173
mapping:
7274
kind: ethereum/events
7375
apiVersion: 0.0.7
@@ -120,9 +122,9 @@ dataSources:
120122
name: EvidenceModule
121123
network: arbitrum-sepolia
122124
source:
123-
address: "0x990f44d19a5F46889801B31bf58e0536fBECf27C"
125+
address: "0xA1F72e0445fc395A393247F5B8c958Ec9b7C0B49"
124126
abi: EvidenceModule
125-
startBlock: 141215177
127+
startBlock: 175286065
126128
mapping:
127129
kind: ethereum/events
128130
apiVersion: 0.0.7
@@ -156,6 +158,6 @@ dataSources:
156158
eventHandlers:
157159
- event: StakeLocked(indexed address,uint256,bool)
158160
handler: handleStakeLocked
159-
- event: StakeSet(indexed address,uint256,uint256,uint256)
161+
- event: StakeSet(indexed address,uint256,uint256)
160162
handler: handleStakeSet
161163
file: ./src/SortitionModule.ts

0 commit comments

Comments
 (0)