fix: update lethean.org → lethean.io URLs

The domain lethean.org does not exist. All references updated to lethean.io.

Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
Claude 2026-04-02 06:02:53 +01:00
parent 345ad04f02
commit b8843b49a4
No known key found for this signature in database
GPG key ID: AF404715446AEB41
2 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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",