From b8843b49a46747ed0d9cb436c5feeca6ed28ee76 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 2 Apr 2026 06:02:53 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20update=20lethean.org=20=E2=86=92=20lethe?= =?UTF-8?q?an.io=20URLs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The domain lethean.org does not exist. All references updated to lethean.io. Co-Authored-By: Charon --- README.md | 4 ++-- config-test.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d1a5ab..3ca997a 100644 --- a/README.md +++ b/README.md @@ -182,8 +182,8 @@ Explanation for each field: /* Coin network time to mine one block, see DIFFICULTY_TARGET constant in DAEMON_CODE/src/cryptonote_config.h */ "coinDifficultyTarget": 120, -"blockchainExplorer": "https://explorer.lethean.org/block/{id}", //used on blocks page to generate hyperlinks. -"transactionExplorer": "https://explorer.lethean.org/transaction/{id}", //used on the payments page to generate hyperlinks +"blockchainExplorer": "https://explorer.lethean.io/block/{id}", //used on blocks page to generate hyperlinks. +"transactionExplorer": "https://explorer.lethean.io/transaction/{id}", //used on the payments page to generate hyperlinks /* Set daemon type. Supported values: default, forknote (Fix block height + 1), bytecoin (ByteCoin Wallet RPC API) */ "daemonType": "default", diff --git a/config-test.json b/config-test.json index 061121f..1fc4b25 100644 --- a/config-test.json +++ b/config-test.json @@ -6,8 +6,8 @@ "coinUnits": 1000000000000, "coinDecimalPlaces": 4, "coinDifficultyTarget": 120, - "blockchainExplorer": "https://testnet-explorer.lethean.org/block/{id}", - "transactionExplorer": "https://testnet-explorer.lethean.org/transaction/{id}", + "blockchainExplorer": "https://testnet-explorer.lethean.io/block/{id}", + "transactionExplorer": "https://testnet-explorer.lethean.io/transaction/{id}", "daemonType": "default", "cnAlgorithm": "progpowz",