mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
update default btc testnet electrumx url
This commit is contained in:
parent
177d2e4bc8
commit
07eabb6092
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