We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777fd9b commit 7b9db84Copy full SHA for 7b9db84
op-node/chaincfg/chains.go
@@ -142,6 +142,9 @@ var OPBNBMainnet = rollup.Config{
142
RegolithTime: u64Ptr(0),
143
Fermat: big.NewInt(9397477), // Nov-28-2023 06 AM +UTC
144
SnowTime: u64Ptr(1713160800), // Apr-15-2024 06 AM +UTC
145
+ CanyonTime: u64Ptr(1718870400), // Jun-20-2024 08:00 AM +UTC
146
+ DeltaTime: u64Ptr(1718871000), // Jun-20-2024 08:10 AM +UTC
147
+ EcotoneTime: u64Ptr(1718871600), // Jun-20-2024 08:20 AM +UTC
148
}
149
150
var OPBNBTestnet = rollup.Config{
0 commit comments