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:
parent
345ad04f02
commit
b8843b49a4
2 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue