add : mumbai newBurnContract Address

This commit is contained in:
Shivam Sharma 2023-10-16 17:38:16 +05:30
parent d65fda705f
commit 808c41d7a8
5 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,7 @@
"stateReceiverContract": "0x0000000000000000000000000000000000001001",
"burntContract": {
"22640000": "0x70bcA57F4579f58670aB2d18Ef16e02C17553C38",
"41824608": ""
"41824608": "0x617b94CCCC2511808A3C9478ebb96f455CF167aA"
},
"blockAlloc": {
"22244000": {

View file

@ -58,7 +58,7 @@ var mumbaiTestnet = &Chain{
StateReceiverContract: "0x0000000000000000000000000000000000001001",
BurntContract: map[string]string{
"22640000": "0x70bcA57F4579f58670aB2d18Ef16e02C17553C38",
"41824608": "",
"41824608": "0x617b94CCCC2511808A3C9478ebb96f455CF167aA",
},
BlockAlloc: map[string]interface{}{
// write as interface since that is how it is decoded in genesis

View file

@ -53,7 +53,7 @@
},
"burntContract": {
"22640000": "0x70bcA57F4579f58670aB2d18Ef16e02C17553C38",
"41824608": ""
"41824608": "0x617b94CCCC2511808A3C9478ebb96f455CF167aA"
},
"jaipurBlock": 22770000,
"delhiBlock": 29638656,

View file

@ -55,7 +55,7 @@
},
"burntContract":{
"22640000":"0x70bcA57F4579f58670aB2d18Ef16e02C17553C38",
"41824608": ""
"41824608": "0x617b94CCCC2511808A3C9478ebb96f455CF167aA"
},
"jaipurBlock":22770000,
"delhiBlock": 29638656,

View file

@ -344,7 +344,7 @@ var (
StateReceiverContract: "0x0000000000000000000000000000000000001001",
BurntContract: map[string]string{
"22640000": "0x70bcA57F4579f58670aB2d18Ef16e02C17553C38",
"41824608": "",
"41824608": "0x617b94CCCC2511808A3C9478ebb96f455CF167aA",
},
BlockAlloc: map[string]interface{}{
// write as interface since that is how it is decoded in genesis