Skip to content

Commit

Permalink
Merge pull request #20 from blake-huynh/burnContract
Browse files Browse the repository at this point in the history
Add burn block & contract addr for London fork
  • Loading branch information
andrewkmin authored Jan 18, 2022
2 parents 45436f5 + df106d6 commit 4b4abfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func LoadConfiguration() (*Configuration, error) {
config.Params = params.MainnetChainConfig
config.Params.ChainID.SetString(MainnetChainID, 10)
config.BurntContract = map[string]string{
"0": "0x0000000000000000000000000000000000000000",
"23850000": "0x70bca57f4579f58670ab2d18ef16e02c17553c38",
} // TODO add burn contract and block when mainnet forks to support EIP-1559
case Testnet, Mumbai:
config.Network = &types.NetworkIdentifier{
Expand Down

0 comments on commit 4b4abfb

Please sign in to comment.