mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
Update node to stack node
This commit is contained in:
parent
b890fe61db
commit
4e3a5d23db
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ 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: 50002,
|
||||||
name: defaultName,
|
name: defaultName,
|
||||||
id: _nodeId(Coin.particl),
|
id: _nodeId(Coin.particl),
|
||||||
|
|
Loading…
Reference in a new issue