Skip to content

Commit

Permalink
config: Mainnet Shanghai/Canyon/Cancun/Ecotone/Haber fork time (bnb-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
welkin22 authored May 27, 2024
1 parent f9643c4 commit 0380943
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,17 @@ var (
TerminalTotalDifficulty: big.NewInt(0),
TerminalTotalDifficultyPassed: true,
Optimism: &OptimismConfig{
EIP1559Elasticity: 2,
EIP1559Denominator: 8,
EIP1559Elasticity: 2,
EIP1559Denominator: 8,
EIP1559DenominatorCanyon: 8,
},
Fermat: big.NewInt(9397477), // Nov-28-2023 06 AM +UTC
Fermat: big.NewInt(9397477), // Nov-28-2023 06 AM +UTC
ShanghaiTime: newUint64(1718870400), // Jun-20-2024 08:00 AM +UTC
CanyonTime: newUint64(1718870400), // Jun-20-2024 08:00 AM +UTC
// Delta: the Delta upgrade does not affect the execution-layer, and is thus not configurable in the chain config.
CancunTime: newUint64(1718871600), // Jun-20-2024 08:20 AM +UTC
EcotoneTime: newUint64(1718871600), // Jun-20-2024 08:20 AM +UTC
HaberTime: newUint64(1718872200), // Jun-20-2024 08:30 AM +UTC
}
// OPBNBTestNetConfig is the chain parameters to run a node on the opBNB testnet network.
OPBNBTestNetConfig = &ChainConfig{
Expand Down

0 comments on commit 0380943

Please sign in to comment.