mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
common: update eip1559 block number for testnet
This commit is contained in:
parent
6eebfd340f
commit
c67d13abee
1 changed files with 10 additions and 10 deletions
|
|
@ -12,7 +12,7 @@ var TestnetConstant = constant{
|
||||||
tip2019Block: big.NewInt(1),
|
tip2019Block: big.NewInt(1),
|
||||||
tipSigning: big.NewInt(3000000),
|
tipSigning: big.NewInt(3000000),
|
||||||
tipRandomize: big.NewInt(3464000),
|
tipRandomize: big.NewInt(3464000),
|
||||||
tipNoHalvingMNReward: big.NewInt(23779191),
|
tipNoHalvingMNReward: big.NewInt(23779191), // hardfork no halving masternodes reward
|
||||||
tipXDCX: big.NewInt(23779191),
|
tipXDCX: big.NewInt(23779191),
|
||||||
tipXDCXLending: big.NewInt(23779191),
|
tipXDCXLending: big.NewInt(23779191),
|
||||||
tipXDCXCancellationFee: big.NewInt(23779191),
|
tipXDCXCancellationFee: big.NewInt(23779191),
|
||||||
|
|
@ -20,15 +20,15 @@ var TestnetConstant = constant{
|
||||||
tipTRC21Fee: big.NewInt(23779191),
|
tipTRC21Fee: big.NewInt(23779191),
|
||||||
tipTRC21FeeTestnet: big.NewInt(23779191),
|
tipTRC21FeeTestnet: big.NewInt(23779191),
|
||||||
tipIncreaseMasternodes: big.NewInt(5000000),
|
tipIncreaseMasternodes: big.NewInt(5000000),
|
||||||
berlinBlock: big.NewInt(61290000),
|
blockNumberGas50x: big.NewInt(56828700), // Target 13rd Nov 2023
|
||||||
londonBlock: big.NewInt(61290000),
|
TIPV2SwitchBlock: big.NewInt(56828700), // Target 13rd Nov 2023
|
||||||
mergeBlock: big.NewInt(61290000),
|
berlinBlock: big.NewInt(61290000), // Target 31st March 2024
|
||||||
shanghaiBlock: big.NewInt(61290000),
|
londonBlock: big.NewInt(61290000), // Target 31st March 2024
|
||||||
blockNumberGas50x: big.NewInt(56828700),
|
mergeBlock: big.NewInt(61290000), // Target 31st March 2024
|
||||||
TIPV2SwitchBlock: big.NewInt(56828700),
|
shanghaiBlock: big.NewInt(61290000), // Target 31st March 2024
|
||||||
tipXDCXMinerDisable: big.NewInt(61290000),
|
tipXDCXMinerDisable: big.NewInt(61290000), // Target 31st March 2024
|
||||||
tipXDCXReceiverDisable: big.NewInt(66825000),
|
tipXDCXReceiverDisable: big.NewInt(66825000), // Target 26 Aug 2024
|
||||||
eip1559Block: big.NewInt(9999999999),
|
eip1559Block: big.NewInt(71550000), // Target 14th Feb 2025
|
||||||
cancunBlock: big.NewInt(9999999999),
|
cancunBlock: big.NewInt(9999999999),
|
||||||
|
|
||||||
trc21IssuerSMCTestNet: HexToAddress("0x0E2C88753131CE01c7551B726b28BFD04e44003F"),
|
trc21IssuerSMCTestNet: HexToAddress("0x0E2C88753131CE01c7551B726b28BFD04e44003F"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue