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