fix(docker): point pool explorer URLs to local Docker explorer
Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
parent
91efcd41d0
commit
21ebfa1d17
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
"coinUnits": 1000000000000,
|
||||
"coinDecimalPlaces": 12,
|
||||
"coinDifficultyTarget": 120,
|
||||
"blockchainExplorer": "https://explorer.lthn.io/block/{id}",
|
||||
"transactionExplorer": "https://explorer.lthn.io/transaction/{id}",
|
||||
"blockchainExplorer": "http://localhost:3335/block/{id}",
|
||||
"transactionExplorer": "http://localhost:3335/transaction/{id}",
|
||||
"daemonType": "default",
|
||||
"cnAlgorithm": "progpowz",
|
||||
"cnVariant": 2,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue