Skip to content

Commit 370c6b6

Browse files
benjamin202410liam.lai
andauthored
update devnet 1559 block number (#736)
* update devnet 1559 block number * update devnet 1559 block number --------- Co-authored-by: liam.lai <liam.lai@us>
1 parent d7e72f3 commit 370c6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/constants/constants.go.devnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var BerlinBlock = big.NewInt(16832700)
5151
var LondonBlock = big.NewInt(16832700)
5252
var MergeBlock = big.NewInt(16832700)
5353
var ShanghaiBlock = big.NewInt(16832700)
54-
var Eip1559Block = big.NewInt(23580000)
54+
var Eip1559Block = big.NewInt(23035500)
5555

5656
var TIPXDCXTestnet = big.NewInt(0)
5757
var IsTestnet bool = false

0 commit comments

Comments
 (0)