Skip to content

Commit

Permalink
chore: change Ecotone time for Kroma mainnet (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHansLee authored Apr 18, 2024
1 parent bee7d7f commit 9445195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion op-node/chaincfg/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var Mainnet = &rollup.Config{
RegolithTime: u64Ptr(0),
CanyonTime: u64Ptr(1708502400),
DeltaTime: u64Ptr(1709107200),
EcotoneTime: u64Ptr(1713772800),
EcotoneTime: u64Ptr(1713772801),
FjordTime: nil,
InteropTime: nil,
/* [Kroma: START]
Expand Down
2 changes: 1 addition & 1 deletion op-node/chaincfg/chains_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var mainnetCfg = rollup.Config{
RegolithTime: u64Ptr(0),
CanyonTime: u64Ptr(1708502400),
DeltaTime: u64Ptr(1709107200),
EcotoneTime: u64Ptr(1713772800),
EcotoneTime: u64Ptr(1713772801),
FjordTime: nil,
InteropTime: nil,
/* [Kroma: START]
Expand Down

0 comments on commit 9445195

Please sign in to comment.