fix(docker): point pool explorer URLs to local Docker explorer
Some checks are pending
Build & Release / Linux x86_64 (push) Waiting to run
Build & Release / macOS ARM64 (push) Waiting to run
Build & Release / Create Release (push) Blocked by required conditions

Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
Claude 2026-04-03 11:15:06 +01:00
parent 91efcd41d0
commit 21ebfa1d17
No known key found for this signature in database
GPG key ID: AF404715446AEB41

View file

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