Skip to content

Commit

Permalink
migration: Add granite to celo config (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
palango authored Sep 30, 2024
1 parent 7307e0f commit 78d41a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"eip1559DenominatorCanyon": 250,
"eip1559Elasticity": 6,

"l2GenesisGraniteTimeOffset": "0x0",
"l2GenesisEcotoneTimeOffset": "0x0",
"l2GenesisDeltaTimeOffset": "0x0",
"l2GenesisCanyonTimeOffset": "0x0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ append_with_default "l2GenesisRegolithTimeOffset" "REGOLITH_TIME_OFFSET" "0x0"
append_with_default "l2GenesisEcotoneTimeOffset" "ECOTONE_TIME_OFFSET" "0x0"
append_with_default "l2GenesisDeltaTimeOffset" "DELTA_TIME_OFFSET" "0x0"
append_with_default "l2GenesisCanyonTimeOffset" "CANYON_TIME_OFFSET" "0x0"
append_with_default "l2GenesisGraniteTimeOffset" "GRANITE_TIME_OFFSET" "0x0"

# Continue generating the config file
cat << EOL >> tmp_config.json
Expand Down

0 comments on commit 78d41a3

Please sign in to comment.