mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
common: enable cancun after 1800 blocks in eip1559 (#942)
This commit is contained in:
parent
6a38aa00aa
commit
c91a67c4c0
1 changed files with 21 additions and 21 deletions
|
|
@ -27,7 +27,7 @@ var TestnetConstant = constant{
|
||||||
tipXDCXMinerDisable: big.NewInt(61290000), // Target 31st March 2024
|
tipXDCXMinerDisable: big.NewInt(61290000), // Target 31st March 2024
|
||||||
tipXDCXReceiverDisable: big.NewInt(66825000), // Target 26 Aug 2024
|
tipXDCXReceiverDisable: big.NewInt(66825000), // Target 26 Aug 2024
|
||||||
eip1559Block: big.NewInt(71550000), // Target 14th Feb 2025
|
eip1559Block: big.NewInt(71550000), // Target 14th Feb 2025
|
||||||
cancunBlock: big.NewInt(71550000),
|
cancunBlock: big.NewInt(71551800),
|
||||||
tipUpgradeReward: big.NewInt(9999999999),
|
tipUpgradeReward: big.NewInt(9999999999),
|
||||||
tipEpochHalving: big.NewInt(9999999999),
|
tipEpochHalving: big.NewInt(9999999999),
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue