Skip to content

Commit

Permalink
Set base testnets elasticity (#179)
Browse files Browse the repository at this point in the history
* Set base testnets elasticity

* Nit: spelling
  • Loading branch information
mdehoog committed Oct 31, 2023
1 parent cd491fa commit 7b2e046
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const (
OPGoerliChainID = 420
BaseMainnetChainID = 8453
BaseGoerliChainID = 84531
baseSepoliaChainID = 84532
baseGoerliDevnetChainID = 11763071
devnetChainID = 997
chaosnetChainID = 888
Expand Down
3 changes: 3 additions & 0 deletions params/superchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ func LoadOPStackChainConfig(chainID uint64) (*ChainConfig, error) {
out.BedrockBlock = big.NewInt(105235063)
case BaseGoerliChainID:
out.RegolithTime = &BaseGoerliRegolithTime
out.Optimism.EIP1559Elasticity = 10
case baseSepoliaChainID:
out.Optimism.EIP1559Elasticity = 10
case baseGoerliDevnetChainID:
out.RegolithTime = &baseGoerliDevnetRegolithTime
case devnetChainID:
Expand Down

0 comments on commit 7b2e046

Please sign in to comment.