Skip to content

Commit 877ef2c

Browse files
delyandsbvegan
andauthored
Add new value for EIP-1559 elasticity for WorldChain Sepolia and Mainnet (ethereum-optimism#922)
Co-authored-by: soyboy <[email protected]>
1 parent 68f1478 commit 877ef2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

superchain/configs/mainnet/worldchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ max_sequencer_drift = 1800
2020
holocene_time = 1738238400 # Thu 30 Jan 2025 12:00:00 UTC
2121

2222
[optimism]
23-
eip1559_elasticity = 10
23+
eip1559_elasticity = 2
2424
eip1559_denominator = 50
2525
eip1559_denominator_canyon = 250
2626

superchain/configs/sepolia/worldchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ max_sequencer_drift = 1800
2121
pectra_blob_schedule_time = 1742486400 # Thu 20 Mar 2025 16:00:00 UTC
2222

2323
[optimism]
24-
eip1559_elasticity = 10
24+
eip1559_elasticity = 2
2525
eip1559_denominator = 50
2626
eip1559_denominator_canyon = 250
2727

0 commit comments

Comments
 (0)