Skip to content

Commit

Permalink
params: Fixup PGN Sepolia ChainConfig (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
trianglesphere authored Nov 7, 2023
1 parent 7b2e046 commit ed8e9f5
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 @@ -38,6 +38,7 @@ const (
BaseGoerliChainID = 84531
baseSepoliaChainID = 84532
baseGoerliDevnetChainID = 11763071
pgnSepoliaChainID = 58008
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 @@ -110,6 +110,9 @@ func LoadOPStackChainConfig(chainID uint64) (*ChainConfig, error) {
out.Optimism.EIP1559Elasticity = 10
case baseGoerliDevnetChainID:
out.RegolithTime = &baseGoerliDevnetRegolithTime
case pgnSepoliaChainID:
out.Optimism.EIP1559Elasticity = 2
out.Optimism.EIP1559Denominator = 8
case devnetChainID:
out.RegolithTime = &devnetRegolithTime
out.Optimism.EIP1559Elasticity = 10
Expand Down

0 comments on commit ed8e9f5

Please sign in to comment.