Skip to content

Commit

Permalink
Merge pull request bnb-chain#146 from ethereum-optimism/devnet-config…
Browse files Browse the repository at this point in the history
…-fix

params: devnet config fix
  • Loading branch information
protolambda authored Oct 2, 2023
2 parents 3fa2163 + d417adb commit 1e6910b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions params/superchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func LoadOPStackChainConfig(chainID uint64) (*ChainConfig, error) {
out.RegolithTime = &BaseGoerliRegolithTime
case devnetChainID:
out.RegolithTime = &devnetRegolithTime
out.Optimism.EIP1559Elasticity = 10
case chaosnetChainID:
out.RegolithTime = &chaosnetRegolithTime
out.Optimism.EIP1559Elasticity = 10
Expand Down

0 comments on commit 1e6910b

Please sign in to comment.