mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
update default btc testnet electrumx url
This commit is contained in:
parent
28f9fcaa0a
commit
101de01fa2
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ abstract class DefaultNodes {
|
|||
isDown: false);
|
||||
|
||||
static NodeModel get bitcoinTestnet => NodeModel(
|
||||
host: "electrumx-testnet.cypherstack.com",
|
||||
host: "bitcoin-testnet.cypherstack.com",
|
||||
port: 51002,
|
||||
name: defaultName,
|
||||
id: _nodeId(Coin.bitcoinTestNet),
|
||||
|
|
Loading…
Reference in a new issue