File tree Expand file tree Collapse file tree 20 files changed +25
-1
lines changed
superchain/configs/mainnet Expand file tree Collapse file tree 20 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,11 @@ jobs:
148148 CHANGED_FILE_COUNT=0
149149
150150 for file in $CHANGED_FILES; do
151+ # If the file is the superchain.toml file, skip it
152+ if [[ "$file" == *"superchain.toml" ]]; then
153+ continue
154+ fi
155+
151156 CHANGED_FILE_COUNT=$((CHANGED_FILE_COUNT + 1))
152157 # Use yq to extract chain_id from TOML
153158 CHAIN_ID=$(yq -p=toml -o=json '.chain_id' "$file" | grep -v "null" | tr -d '"')
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ max_sequencer_drift = 600
1919 fjord_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
2020 granite_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
2121 holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
22+ isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
2223
2324[optimism ]
2425 eip1559_elasticity = 20
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ max_sequencer_drift = 600
1919 fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
2020 granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2121 holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
22+ isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
2223
2324[optimism ]
2425 eip1559_elasticity = 6
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ max_sequencer_drift = 600
1919 fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
2020 granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2121 holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
22+ isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
2223
2324[optimism ]
2425 eip1559_elasticity = 6
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ max_sequencer_drift = 600
1919 fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
2020 granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2121 holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
22+ isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
2223
2324[optimism ]
2425 eip1559_elasticity = 20
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ max_sequencer_drift = 600
1919 fjord_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
2020 granite_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
2121 holocene_time = 1742396400 # Wed 19 Mar 2025 15:00:00 UTC
22+ isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
2223
2324[optimism ]
2425 eip1559_elasticity = 6
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ max_sequencer_drift = 600
1919 fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
2020 granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2121 holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
22+ isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
2223
2324[optimism ]
2425 eip1559_elasticity = 20
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ max_sequencer_drift = 600
1919 fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
2020 granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2121 holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
22+ isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
2223
2324[optimism ]
2425 eip1559_elasticity = 6
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ max_sequencer_drift = 600
1919 fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
2020 granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2121 holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
22+ isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
2223
2324[optimism ]
2425 eip1559_elasticity = 6
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ max_sequencer_drift = 600
1919 fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
2020 granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2121 holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
22+ isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
2223
2324[optimism ]
2425 eip1559_elasticity = 6
You can’t perform that action at this time.
0 commit comments