Skip to content

Commit 09c7c91

Browse files
committed
Subgraph 0.2.4
1 parent eeb8ad2 commit 09c7c91

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

apps/web/configs/subgraph.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"VERSION_TESTNET": "0.2.3",
2+
"VERSION_TESTNET": "0.2.4",
33
"VERSION_PROD": "0.1.7"
44
}

pkg/subgraph/subgraph.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ schema:
66
dataSources:
77
- kind: ethereum/contract
88
name: RegistryFactoryV0_0
9-
network: gnosis
9+
network: arbitrum-sepolia
1010
context:
1111
chainId:
1212
type: Int
13-
data: 100
13+
data: 421614
1414
source:
15-
address: "0x08df82f74d1f56f650e98da2dd4240f1a31711bc"
15+
address: "0x2689b1e4afcbfb393d9727fba2ab52930035ee85"
1616
abi: RegistryFactoryV0_0
17-
startBlock: 36032423
17+
startBlock: 95965509
1818
mapping:
1919
kind: ethereum/events
2020
apiVersion: 0.0.7
@@ -40,15 +40,15 @@ dataSources:
4040

4141
- kind: ethereum/contract
4242
name: PassportScorer
43-
network: gnosis
43+
network: arbitrum-sepolia
4444
context:
4545
chainId:
4646
type: Int
47-
data: 100
47+
data: 421614
4848
source:
49-
address: "0x20965C5C8a021ac6fFeD5dE7A402f7CEaC3b0A82"
49+
address: "0x2053E225672776deb23Af0A3EBa9CE2c87838a72"
5050
abi: PassportScorer
51-
startBlock: 36032423
51+
startBlock: 95965509
5252
mapping:
5353
kind: ethereum/events
5454
apiVersion: 0.0.7
@@ -78,7 +78,7 @@ dataSources:
7878
templates:
7979
- kind: ethereum/contract
8080
name: RegistryCommunityV0_0
81-
network: gnosis
81+
network: arbitrum-sepolia
8282
source:
8383
abi: RegistryCommunityV0_0
8484
mapping:
@@ -150,7 +150,7 @@ templates:
150150

151151
- kind: ethereum/contract
152152
name: CVStrategyV0_0
153-
network: gnosis
153+
network: arbitrum-sepolia
154154
source:
155155
abi: CVStrategyV0_0
156156
mapping:
@@ -209,7 +209,7 @@ templates:
209209

210210
- kind: ethereum/contract
211211
name: CollateralVault
212-
network: gnosis
212+
network: arbitrum-sepolia
213213
source:
214214
abi: CollateralVault
215215
mapping:

0 commit comments

Comments
 (0)