From a2632cc4349811f82b9c4ad24c001fdfd62dc147 Mon Sep 17 00:00:00 2001 From: welkin22 <136572398+welkin22@users.noreply.github.com> Date: Tue, 7 May 2024 15:08:22 +0800 Subject: [PATCH] config: Testnet 4844 fork time (#107) Co-authored-by: Owen <103096885+owen-reorg@users.noreply.github.com> --- params/config.go | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/params/config.go b/params/config.go index d35c0ce4ae..1aec06568e 100644 --- a/params/config.go +++ b/params/config.go @@ -217,11 +217,17 @@ var ( TerminalTotalDifficulty: big.NewInt(0), TerminalTotalDifficultyPassed: true, Optimism: &OptimismConfig{ - EIP1559Elasticity: 2, - EIP1559Denominator: 8, + EIP1559Elasticity: 2, + EIP1559Denominator: 8, + EIP1559DenominatorCanyon: 8, }, PreContractForkBlock: big.NewInt(5805494), - Fermat: big.NewInt(12113000), // Nov-03-2023 06 AM +UTC + Fermat: big.NewInt(12113000), // Nov-03-2023 06 AM +UTC + ShanghaiTime: newUint64(1715753400), // May-15-2024 06:10 AM +UTC + CanyonTime: newUint64(1715753400), // May-15-2024 06:10 AM +UTC + // Delta: the Delta upgrade does not affect the execution-layer, and is thus not configurable in the chain config. + CancunTime: newUint64(1715754600), // May-15-2024 06:30 AM +UTC + EcotoneTime: newUint64(1715754600), // May-15-2024 06:30 AM +UTC } // OPBNBQANetConfig is the chain parameters to run a node on the opBNB qa network. It is just for internal test. OPBNBQANetConfig = &ChainConfig{