update particl node

This commit is contained in:
sneurlax 2022-12-09 12:58:35 -06:00
parent 138796a767
commit 1c856a9b66

View file

@ -147,15 +147,15 @@ abstract class DefaultNodes {
);
static NodeModel get particl => NodeModel(
host: "164.92.93.20",
port: 50002,
host: "particl.stackwallet.com",
port: 58002,
name: defaultName,
id: _nodeId(Coin.particl),
useSSL: true,
enabled: true,
coinName: Coin.particl.name,
isFailover: true,
isDown: false); //TODO - UPDATE WITH CORRECT DETAILS
isDown: false);
static NodeModel get bitcoinTestnet => NodeModel(
host: "electrumx-testnet.cypherstack.com",