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);
|
isDown: false);
|
||||||
|
|
||||||
static NodeModel get bitcoinTestnet => NodeModel(
|
static NodeModel get bitcoinTestnet => NodeModel(
|
||||||
host: "electrumx-testnet.cypherstack.com",
|
host: "bitcoin-testnet.cypherstack.com",
|
||||||
port: 51002,
|
port: 51002,
|
||||||
name: defaultName,
|
name: defaultName,
|
||||||
id: _nodeId(Coin.bitcoinTestNet),
|
id: _nodeId(Coin.bitcoinTestNet),
|
||||||
|
|
Loading…
Reference in a new issue