update devnet 1559 block number (#736)

* update devnet 1559 block number

* update devnet 1559 block number

---------

Co-authored-by: liam.lai <liam.lai@us>
This commit is contained in:
benjamin202410 2024-11-17 21:23:19 -08:00 committed by GitHub
parent d7e72f3e71
commit 370c6b62e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(23580000)
var Eip1559Block = big.NewInt(23035500)
var TIPXDCXTestnet = big.NewInt(0)
var IsTestnet bool = false