params: enable amsterdam fork in dev and test chain configs

Activate AmsterdamTime at genesis in AllDevChainProtocolChanges and
MergedTestChainConfig so all accepted protocol changes are active.
This commit is contained in:
Weixie Cui 2026-06-28 20:00:00 +08:00
parent 7e625dd548
commit 21b0fc9043

View file

@ -228,6 +228,7 @@ var (
TerminalTotalDifficulty: big.NewInt(0),
PragueTime: newUint64(0),
OsakaTime: newUint64(0),
AmsterdamTime: newUint64(0),
BlobScheduleConfig: &BlobScheduleConfig{
Cancun: DefaultCancunBlobConfig,
Prague: DefaultPragueBlobConfig,
@ -318,6 +319,7 @@ var (
CancunTime: newUint64(0),
PragueTime: newUint64(0),
OsakaTime: newUint64(0),
AmsterdamTime: newUint64(0),
UBTTime: nil,
TerminalTotalDifficulty: big.NewInt(0),
Ethash: new(EthashConfig),