Skip to content

Commit

Permalink
add burnt contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
temaniarpit27 authored and Victor Castell committed Jan 11, 2022
1 parent e4f1677 commit bae0323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion command/server/chains/mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bae0323

Please sign in to comment.