Skip to content

Commit

Permalink
Remove Optimism config overrides (these will be pushed down into the …
Browse files Browse the repository at this point in the history
…registry)
  • Loading branch information
geoknee committed Aug 27, 2024
1 parent 8c45e10 commit dbaa55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion core/superchain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ import (

func TestOPStackGenesis(t *testing.T) {
for id := range superchain.OPChains {
t.Log(id)
_, err := LoadOPStackGenesis(id)
if err != nil {
t.Error(err)
t.Error(id, err)
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions params/superchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,8 @@ func LoadOPStackChainConfig(chainID uint64) (*ChainConfig, error) {
out.GrayGlacierBlock = big.NewInt(105235063)
out.MergeNetsplitBlock = big.NewInt(105235063)
out.BedrockBlock = big.NewInt(105235063)
case baseSepoliaChainID:
out.Optimism.EIP1559Elasticity = 10
case devnetChainID:
out.RegolithTime = &devnetRegolithTime
out.Optimism.EIP1559Elasticity = 10
}

return out, nil
Expand Down

0 comments on commit dbaa55d

Please sign in to comment.