From 1819d5b7b46c855e36005c5665aa0e744593e585 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Wed, 19 Feb 2025 15:51:30 +0800 Subject: [PATCH] common: set eip1559Block to 0 for local net --- common/constants.local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.local.go b/common/constants.local.go index 737b609182..5626c97a08 100644 --- a/common/constants.local.go +++ b/common/constants.local.go @@ -28,7 +28,7 @@ var localConstant = constant{ TIPV2SwitchBlock: big.NewInt(0), tipXDCXMinerDisable: big.NewInt(0), tipXDCXReceiverDisable: big.NewInt(0), - eip1559Block: big.NewInt(9999999999), + eip1559Block: big.NewInt(0), cancunBlock: big.NewInt(9999999999), trc21IssuerSMCTestNet: HexToAddress("0x0E2C88753131CE01c7551B726b28BFD04e44003F"),