Skip to content

Commit 4791054

Browse files
authored
mainnet: Schedule Isthmus hardfork on Mainnet Superchain (#972)
* mainnet: Schedule Isthmus hardfork on Mainnet Superchain * Fri 9 May 2025 16:00:01 UTC * unix timestamp 1746806401 * skip superchain.toml in check-codegen cci job
1 parent 51804a3 commit 4791054

File tree

20 files changed

+25
-1
lines changed

20 files changed

+25
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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 '"')

superchain/configs/mainnet/arena-z.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

superchain/configs/mainnet/base.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

superchain/configs/mainnet/bob.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

superchain/configs/mainnet/ethernity.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

superchain/configs/mainnet/ink.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

superchain/configs/mainnet/lisk.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

superchain/configs/mainnet/lyra.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

superchain/configs/mainnet/metal.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

superchain/configs/mainnet/mint.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)