update default btc testnet electrumx url

This commit is contained in:
julian 2022-12-20 10:08:14 -06:00
parent 28f9fcaa0a
commit 101de01fa2

View file

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