mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
update particl node
This commit is contained in:
parent
138796a767
commit
1c856a9b66
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue