Skip to content

Commit

Permalink
op-node/chaincfg: update test TestGetRollupConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianst committed Feb 7, 2024
1 parent 330145a commit b059171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion op-node/chaincfg/chains_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
// This test ensures no op-node config-loading behavior changes before
// the superchain-registry is no longer deemed experimental.
func TestGetRollupConfig(t *testing.T) {
var configsByName = map[string]rollup.Config{
configsByName := map[string]rollup.Config{
"goerli": goerliCfg,
"mainnet": mainnetCfg,
"sepolia": sepoliaCfg,
Expand Down Expand Up @@ -131,6 +131,7 @@ var sepoliaCfg = rollup.Config{
RegolithTime: u64Ptr(0),
CanyonTime: u64Ptr(1699981200),
DeltaTime: u64Ptr(1703203200),
EcotoneTime: u64Ptr(1708534800),
ProtocolVersionsAddress: common.HexToAddress("0x79ADD5713B383DAa0a138d3C4780C7A1804a8090"),
}

Expand Down

0 comments on commit b059171

Please sign in to comment.