Skip to content

Commit

Permalink
chore: enable canyon upgrade for kroma sepolia (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pangssu authored Feb 13, 2024
1 parent fda6486 commit f950b20
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 @@ -72,7 +72,7 @@ var Sepolia = &rollup.Config{
DepositContractAddress: common.HexToAddress("0x31ab8ed993a3be9aa2757c7d368dc87101a868a4"),
L1SystemConfigAddress: common.HexToAddress("0x398c8ea789968893095d86cba168378a4f452e33"),
RegolithTime: u64Ptr(0),
CanyonTime: nil,
CanyonTime: u64Ptr(1707897600),
DeltaTime: nil,
}

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 @@ -99,6 +99,6 @@ var sepoliaCfg = rollup.Config{
DepositContractAddress: common.HexToAddress("0x31ab8ed993a3be9aa2757c7d368dc87101a868a4"),
L1SystemConfigAddress: common.HexToAddress("0x398c8ea789968893095d86cba168378a4f452e33"),
RegolithTime: u64Ptr(0),
CanyonTime: nil,
CanyonTime: u64Ptr(1707897600),
DeltaTime: nil,
}

0 comments on commit f950b20

Please sign in to comment.