Skip to content

Commit d00a9bc

Browse files
authored
Replace Taiko Hekla with Taiko Hoodi (#9592)
1 parent a9bcdbf commit d00a9bc

File tree

7 files changed

+299
-301
lines changed

7 files changed

+299
-301
lines changed

.github/workflows/run-a-single-node-from-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- linea-mainnet
2626
- linea-sepolia
2727
- taiko-alethia
28-
- taiko-hekla
28+
- taiko-hoodi
2929
- energyweb
3030
- volta
3131
cl_client:

.github/workflows/sync-supported-chains.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@ jobs:
254254
EXECUTION_URL="${{ secrets.MAINNET_EXECUTION_URL }}"
255255
stripped_network="mainnet"
256256
taiko_client_version="taiko-alethia-client-v0.43.2"
257+
elif [[ "$network" == *hoodi* ]]; then
258+
CONSENSUS_URL="${{ secrets.HOODI_CONSENSUS_URL }}"
259+
EXECUTION_URL="${{ secrets.HOODI_EXECUTION_URL }}"
260+
stripped_network="hoodi"
261+
taiko_client_version="latest"
257262
else
258263
echo "Unknown network"
259264
exit 1

scripts/config/testnet-matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"agent": "g6-standard-6"
9797
},
9898
{
99-
"network": "taiko-hekla",
99+
"network": "taiko-hoodi",
100100
"cl": "",
101101
"cl_image": "",
102102
"checkpoint-sync-url": "",

src/Nethermind/Chains/taiko-hekla.json

Lines changed: 0 additions & 293 deletions
This file was deleted.

src/Nethermind/Chains/taiko-hoodi.json

Lines changed: 286 additions & 0 deletions
Large diffs are not rendered by default.

src/Nethermind/Nethermind.Runner/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
"ASPNETCORE_ENVIRONMENT": "Development"
9999
}
100100
},
101-
"Taiko Hekla": {
101+
"Taiko Hoodi": {
102102
"commandName": "Project",
103-
"commandLineArgs": "-c taiko-hekla --data-dir .data",
103+
"commandLineArgs": "-c taiko-hoodi --data-dir .data",
104104
"environmentVariables": {
105105
"ASPNETCORE_ENVIRONMENT": "Development"
106106
}

src/Nethermind/Nethermind.Runner/configs/taiko-hekla.json renamed to src/Nethermind/Nethermind.Runner/configs/taiko-hoodi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/NethermindEth/core-scripts/refs/heads/main/schemas/config.json",
33
"Init": {
4-
"ChainSpecPath": "chainspec/taiko-hekla.json",
5-
"GenesisHash": "0x1f5554042aa50dc0712936ae234d8803b80b84251f85d074756a2f391896e109",
6-
"BaseDbPath": "nethermind_db/taiko-hekla",
7-
"LogFileName": "taiko-hekla.log"
4+
"ChainSpecPath": "chainspec/taiko-hoodi.json",
5+
"GenesisHash": "0x8e3d16acf3ecc1fbe80309b04e010b90c9ccb3da14e98536cfe66bb93407d228",
6+
"BaseDbPath": "nethermind_db/taiko-hoodi",
7+
"LogFileName": "taiko-hoodi.log"
88
},
99
"TxPool": {
1010
"BlobsSupport": "Disabled"

0 commit comments

Comments
 (0)