mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 12:44:31 +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,
|
||||
);
|
||||
|
||||
// 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(
|
||||
host: "95.179.164.13",
|
||||
port: 51002,
|
||||
host: "firo-testnet.stackwallet.com",
|
||||
port: 50002,
|
||||
name: DefaultNodes.defaultName,
|
||||
id: DefaultNodes.buildId(Coin.firoTestNet),
|
||||
useSSL: true,
|
||||
|
|
Loading…
Reference in a new issue