From 8646c99deaaa9cc45206e1e9437d959d3c10c17e Mon Sep 17 00:00:00 2001 From: AdamSchinzel Date: Tue, 14 Nov 2023 11:25:46 +0100 Subject: [PATCH] Fix holesky shortcut --- configs/coins/ethereum_testnet_holesky.json | 2 +- configs/coins/ethereum_testnet_holesky_archive.json | 2 +- configs/coins/ethereum_testnet_holesky_archive_consensus.json | 2 +- configs/coins/ethereum_testnet_holesky_consensus.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/coins/ethereum_testnet_holesky.json b/configs/coins/ethereum_testnet_holesky.json index ce9aa8a0..58ce84cd 100644 --- a/configs/coins/ethereum_testnet_holesky.json +++ b/configs/coins/ethereum_testnet_holesky.json @@ -1,7 +1,7 @@ { "coin": { "name": "Ethereum Testnet Holesky", - "shortcut": "hSEP", + "shortcut": "tHOL", "label": "Ethereum Holesky", "alias": "ethereum_testnet_holesky" }, diff --git a/configs/coins/ethereum_testnet_holesky_archive.json b/configs/coins/ethereum_testnet_holesky_archive.json index 61f0db8b..2f76c538 100644 --- a/configs/coins/ethereum_testnet_holesky_archive.json +++ b/configs/coins/ethereum_testnet_holesky_archive.json @@ -1,7 +1,7 @@ { "coin": { "name": "Ethereum Testnet Holesky Archive", - "shortcut": "hSEP", + "shortcut": "tHOL", "label": "Ethereum Holesky", "alias": "ethereum_testnet_holesky_archive" }, diff --git a/configs/coins/ethereum_testnet_holesky_archive_consensus.json b/configs/coins/ethereum_testnet_holesky_archive_consensus.json index 8ad9b2d6..4dbb53e8 100644 --- a/configs/coins/ethereum_testnet_holesky_archive_consensus.json +++ b/configs/coins/ethereum_testnet_holesky_archive_consensus.json @@ -1,7 +1,7 @@ { "coin": { "name": "Ethereum Testnet Holesky Archive", - "shortcut": "hSEP", + "shortcut": "tHOL", "label": "Ethereum Holesky", "alias": "ethereum_testnet_holesky_archive_consensus", "execution_alias": "ethereum_testnet_holesky_archive" diff --git a/configs/coins/ethereum_testnet_holesky_consensus.json b/configs/coins/ethereum_testnet_holesky_consensus.json index 83b331c6..7a07a467 100644 --- a/configs/coins/ethereum_testnet_holesky_consensus.json +++ b/configs/coins/ethereum_testnet_holesky_consensus.json @@ -1,7 +1,7 @@ { "coin": { "name": "Ethereum Testnet Holesky", - "shortcut": "hSEP", + "shortcut": "tHOL", "label": "Ethereum Holesky", "alias": "ethereum_testnet_holesky_consensus", "execution_alias": "ethereum_testnet_holesky"