Skip to content

Commit d01ddc4

Browse files
committed
fix: update startBlock values and rename avalancheFuji to fuji in networks.json
1 parent d5b0af5 commit d01ddc4

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ subgraph.test.yaml
66
test-stack/.env
77
tests/.bin
88
tests/.latest.json
9+
.env

networks.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"avalancheFuji": {
2+
"fuji": {
33
"ERC1538": {
44
"address": "0x14B465079537655E1662F012e99EBa3863c8B9E0",
5-
"startBlock": 39496460
5+
"startBlock": 39496461
66
},
77
"Core": {
88
"address": "0x14B465079537655E1662F012e99EBa3863c8B9E0",
9-
"startBlock": 39496460
9+
"startBlock": 39496461
1010
},
1111
"AppRegistry": {
1212
"address": "0x4a6531ce5150ee716b2d93865D0fbB9ce5492D17",
13-
"startBlock": 39496460
13+
"startBlock": 39496461
1414
},
1515
"DatasetRegistry": {
1616
"address": "0x3441A0C9FE488c51fcABa2bAAA048720f4D4F72D",
17-
"startBlock": 39496460
17+
"startBlock": 39496461
1818
},
1919
"WorkerpoolRegistry": {
2020
"address": "0xf81970E3CB0f8711bEaA79135e686873FfbBAC4A",
21-
"startBlock": 39496460
21+
"startBlock": 39496461
2222
}
2323
},
24-
"arbitrumSepolia": {
24+
"arbitrum-sepolia": {
2525
"ERC1538": {
2626
"address": "0x14B465079537655E1662F012e99EBa3863c8B9E0",
27-
"startBlock": 145249745
27+
"startBlock": 145249746
2828
},
2929
"Core": {
3030
"address": "0x14B465079537655E1662F012e99EBa3863c8B9E0",
31-
"startBlock": 145249745
31+
"startBlock": 145249746
3232
},
3333
"AppRegistry": {
3434
"address": "0x4a6531ce5150ee716b2d93865D0fbB9ce5492D17",
35-
"startBlock": 145249745
35+
"startBlock": 145249746
3636
},
3737
"DatasetRegistry": {
3838
"address": "0x3441A0C9FE488c51fcABa2bAAA048720f4D4F72D",
39-
"startBlock": 145249745
39+
"startBlock": 145249746
4040
},
4141
"WorkerpoolRegistry": {
4242
"address": "0xf81970E3CB0f8711bEaA79135e686873FfbBAC4A",
43-
"startBlock": 145249745
43+
"startBlock": 145249746
4444
}
4545
},
4646
"bellecour": {

0 commit comments

Comments
 (0)