Skip to content

Commit 428a813

Browse files
committed
redeploy subgraphs
1 parent 07aee0f commit 428a813

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

networks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@
187187
"avalanche": {
188188
"Vault": {
189189
"address": "0xba1333333333cbcdB5D83c2e5d1D898E07eD00Dc",
190-
"startBlock": 59388625
190+
"startBlock": 59388624
191191
},
192192
"ProtocolFeeController": {
193193
"address": "0x8de13A85136982F7a0F9E6836e98803de138fb88",
194194
"startBlock": 59388449
195195
},
196196
"WeightedPoolFactory": {
197197
"address": "0x7Ba29fE8E83dd6097A7298075C4AFfdBda3121cC",
198-
"startBlock": 59394296
198+
"startBlock": 59394295
199199
},
200200
"StablePoolV2Factory": {
201201
"address": "0x1702067424096F07A60e62cceE3dE9420068492D",

subgraphs/v3-pools/subgraph.avalanche.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dataSources:
88
source:
99
abi: BasePoolFactory
1010
address: "0x7Ba29fE8E83dd6097A7298075C4AFfdBda3121cC"
11-
startBlock: 59394296
11+
startBlock: 59394295
1212
mapping:
1313
kind: ethereum/events
1414
apiVersion: 0.0.7

subgraphs/v3-vault/subgraph.avalanche.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dataSources:
88
source:
99
abi: Vault
1010
address: "0xba1333333333cbcdB5D83c2e5d1D898E07eD00Dc"
11-
startBlock: 59388625
11+
startBlock: 59388624
1212
mapping:
1313
kind: ethereum/events
1414
apiVersion: 0.0.7

0 commit comments

Comments
 (0)