From bae032365db29377e723c6b3d53d6de2e410db36 Mon Sep 17 00:00:00 2001 From: Arpit Temani Date: Mon, 10 Jan 2022 22:51:42 +0530 Subject: [PATCH] add burnt contract address --- command/server/chains/mainnet.go | 2 +- params/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/command/server/chains/mainnet.go b/command/server/chains/mainnet.go index 2cd26766c8..199fe1a0d7 100644 --- a/command/server/chains/mainnet.go +++ b/command/server/chains/mainnet.go @@ -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 diff --git a/params/config.go b/params/config.go index a97cdb68fa..c01076d28d 100644 --- a/params/config.go +++ b/params/config.go @@ -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