Skip to content

Commit a22b173

Browse files
committed
Add starting blocks for mainnet
1 parent fdffcc3 commit a22b173

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

root/config/goerli.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"startBlock": 5433435
4141
},
4242
"fxERC721RootTunnel": {
43-
"startBlock": 5433435
43+
"startBlock": 5433438
4444
},
4545
"fxERC1155RootTunnel": {
46-
"startBlock": 5433435
46+
"startBlock": 5433438
4747
}
4848
}
4949
}

root/config/mainnet.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@
3535
},
3636
"decoderForPoSPortalData": {
3737
"address": "0x13E301F8d9563e3D8d48F1d21aE8110B22558cd5"
38+
},
39+
"fxERC20RootTunnel": {
40+
"startBlock": 13241945
41+
},
42+
"fxERC721RootTunnel": {
43+
"startBlock": 13242431
44+
},
45+
"fxERC1155RootTunnel": {
46+
"startBlock": 13242936
3847
}
3948
}
4049
}

0 commit comments

Comments
 (0)