mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
revert to using our own firo testnet server
This commit is contained in:
parent
af25da5a59
commit
09a57e246a
1 changed files with 2 additions and 15 deletions
|
@ -249,22 +249,9 @@ abstract class DefaultNodes {
|
||||||
isDown: false,
|
isDown: false,
|
||||||
);
|
);
|
||||||
|
|
||||||
// static NodeModel get firoTestnet => NodeModel(
|
|
||||||
// host: "firo-testnet.stackwallet.com",
|
|
||||||
// port: 50002,
|
|
||||||
// name: DefaultNodes.defaultName,
|
|
||||||
// id: _nodeId(Coin.firoTestNet),
|
|
||||||
// useSSL: true,
|
|
||||||
// enabled: true,
|
|
||||||
// coinName: Coin.firoTestNet.name,
|
|
||||||
// isFailover: true,
|
|
||||||
// isDown: false,
|
|
||||||
// );
|
|
||||||
|
|
||||||
// TODO revert to above eventually
|
|
||||||
static NodeModel get firoTestnet => NodeModel(
|
static NodeModel get firoTestnet => NodeModel(
|
||||||
host: "95.179.164.13",
|
host: "firo-testnet.stackwallet.com",
|
||||||
port: 51002,
|
port: 50002,
|
||||||
name: DefaultNodes.defaultName,
|
name: DefaultNodes.defaultName,
|
||||||
id: DefaultNodes.buildId(Coin.firoTestNet),
|
id: DefaultNodes.buildId(Coin.firoTestNet),
|
||||||
useSSL: true,
|
useSSL: true,
|
||||||
|
|
Loading…
Reference in a new issue