mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
add burnt contract address
This commit is contained in:
parent
e4f1677126
commit
bae032365d
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ var mainnetBor = &Chain{
|
|||
"14953856": 0,
|
||||
},
|
||||
BurntContract: map[string]string{
|
||||
"23850000": "0x0000000000000000000000000000000000000000",
|
||||
"23850000": "0x70bca57f4579f58670ab2d18ef16e02c17553c38",
|
||||
},
|
||||
BlockAlloc: map[string]interface{}{
|
||||
// write as interface since that is how it is decoded in genesis
|
||||
|
|
|
|||
|
|
@ -342,7 +342,7 @@ var (
|
|||
"14953856": 0,
|
||||
},
|
||||
BurntContract: map[string]string{
|
||||
"23850000": "0x0000000000000000000000000000000000000000",
|
||||
"23850000": "0x70bca57f4579f58670ab2d18ef16e02c17553c38",
|
||||
},
|
||||
BlockAlloc: map[string]interface{}{
|
||||
// write as interface since that is how it is decoded in genesis
|
||||
|
|
|
|||
Loading…
Reference in a new issue