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( static NodeModel get particl => NodeModel(
host: "164.92.93.20", host: "particl.stackwallet.com",
port: 50002, port: 58002,
name: defaultName, name: defaultName,
id: _nodeId(Coin.particl), id: _nodeId(Coin.particl),
useSSL: true, useSSL: true,
enabled: true, enabled: true,
coinName: Coin.particl.name, coinName: Coin.particl.name,
isFailover: true, isFailover: true,
isDown: false); //TODO - UPDATE WITH CORRECT DETAILS isDown: false);
static NodeModel get bitcoinTestnet => NodeModel( static NodeModel get bitcoinTestnet => NodeModel(
host: "electrumx-testnet.cypherstack.com", host: "electrumx-testnet.cypherstack.com",