revert to using our own firo testnet server

This commit is contained in:
julian 2024-01-04 18:50:07 -06:00
parent af25da5a59
commit 09a57e246a

View file

@ -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,