mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
add : mumbai newBurnContract Address
This commit is contained in:
parent
d65fda705f
commit
808c41d7a8
5 changed files with 5 additions and 5 deletions
|
|
@ -44,7 +44,7 @@
|
|||
"stateReceiverContract": "0x0000000000000000000000000000000000001001",
|
||||
"burntContract": {
|
||||
"22640000": "0x70bcA57F4579f58670aB2d18Ef16e02C17553C38",
|
||||
"41824608": ""
|
||||
"41824608": "0x617b94CCCC2511808A3C9478ebb96f455CF167aA"
|
||||
},
|
||||
"blockAlloc": {
|
||||
"22244000": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
},
|
||||
"burntContract": {
|
||||
"22640000": "0x70bcA57F4579f58670aB2d18Ef16e02C17553C38",
|
||||
"41824608": ""
|
||||
"41824608": "0x617b94CCCC2511808A3C9478ebb96f455CF167aA"
|
||||
},
|
||||
"jaipurBlock": 22770000,
|
||||
"delhiBlock": 29638656,
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
},
|
||||
"burntContract":{
|
||||
"22640000":"0x70bcA57F4579f58670aB2d18Ef16e02C17553C38",
|
||||
"41824608": ""
|
||||
"41824608": "0x617b94CCCC2511808A3C9478ebb96f455CF167aA"
|
||||
},
|
||||
"jaipurBlock":22770000,
|
||||
"delhiBlock": 29638656,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue