Skip to content

Commit

Permalink
config: Testnet 4844 fork time (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: Owen <103096885+owen-reorg@users.noreply.github.com>
  • Loading branch information
welkin22 and owen-reorg authored May 7, 2024
1 parent d109de1 commit a2632cc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit a2632cc

Please sign in to comment.