Skip to content

Commit

Permalink
Add starting blocks for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Sep 20, 2021
1 parent fdffcc3 commit a22b173
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/config/goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"startBlock": 5433435
},
"fxERC721RootTunnel": {
"startBlock": 5433435
"startBlock": 5433438
},
"fxERC1155RootTunnel": {
"startBlock": 5433435
"startBlock": 5433438
}
}
}
9 changes: 9 additions & 0 deletions root/config/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@
},
"decoderForPoSPortalData": {
"address": "0x13E301F8d9563e3D8d48F1d21aE8110B22558cd5"
},
"fxERC20RootTunnel": {
"startBlock": 13241945
},
"fxERC721RootTunnel": {
"startBlock": 13242431
},
"fxERC1155RootTunnel": {
"startBlock": 13242936
}
}
}

0 comments on commit a22b173

Please sign in to comment.