params: remove shanghai and cancun hf from unit test chain config

This commit is contained in:
Manav Darji 2025-03-26 13:56:18 +05:30
parent adb53876db
commit 4bd7f2309d
No known key found for this signature in database
GPG key ID: A426F0124435F36E

View file

@ -208,8 +208,6 @@ var (
"0": "0x00000000000000000000000000000000000000000", "0": "0x00000000000000000000000000000000000000000",
}, },
}, },
ShanghaiBlock: big.NewInt(0),
CancunBlock: big.NewInt(0),
} }
// MumbaiChainConfig contains the chain parameters to run a node on the Mumbai test network. // MumbaiChainConfig contains the chain parameters to run a node on the Mumbai test network.