add burnt contract address

This commit is contained in:
Arpit Temani 2022-01-10 22:51:42 +05:30
parent 09ed09124f
commit d84df0dea5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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