Skip to content

Commit

Permalink
fix: Add isthmus activation time to gen2spec tool (#120)
Browse files Browse the repository at this point in the history
Add isthmus activation time to gen2spec tool

Co-authored-by: Vinod Damle <[email protected]>
Co-authored-by: Zach Howard <[email protected]>
  • Loading branch information
3 people authored Jan 22, 2025
1 parent 35d4f73 commit 9032461
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static_files/scripts/gen2spec.jq
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def optimism:
"fjordTimestamp": .config.fjordTime|to_hex,
"graniteTimestamp": .config.graniteTime|to_hex,
"holoceneTimestamp": .config.holoceneTime|to_hex,
"isthmusTimestamp": .config.isthmusTime|to_hex,
"l1FeeRecipient": "0x420000000000000000000000000000000000001A",
"l1BlockAddress": "0x4200000000000000000000000000000000000015",
"canyonBaseFeeChangeDenominator": "250"
Expand Down Expand Up @@ -164,6 +165,7 @@ def clique:
"rip7212TransitionTimestamp": .config.fjordTime|to_hex,
"opGraniteTransitionTimestamp": .config.graniteTime|to_hex,
"opHoloceneTransitionTimestamp": .config.holoceneTime|to_hex,
"opIsthmusTransitionTimestamp": .config.isthmusTime|to_hex,

#Prague

Expand Down

0 comments on commit 9032461

Please sign in to comment.