Skip to content

Commit

Permalink
common: set Eip1559Block to 23580000 for devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gzliudan committed Nov 1, 2024
1 parent 3f417fa commit 3dce5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/constants/constants.go.devnet
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var BerlinBlock = big.NewInt(16832700)
var LondonBlock = big.NewInt(16832700)
var MergeBlock = big.NewInt(16832700)
var ShanghaiBlock = big.NewInt(16832700)
var Eip1559Block = big.NewInt(9999999999)
var Eip1559Block = big.NewInt(23580000)

var TIPXDCXTestnet = big.NewInt(0)
var IsTestnet bool = false
Expand Down

0 comments on commit 3dce5eb

Please sign in to comment.