mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
comment update
This commit is contained in:
parent
ff5d5784a1
commit
ec64c77c45
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import 'package:url_launcher/url_launcher.dart';
|
||||||
|
|
||||||
class SimplexAPI {
|
class SimplexAPI {
|
||||||
static const String authority = "simplex-sandbox.stackwallet.com";
|
static const String authority = "simplex-sandbox.stackwallet.com";
|
||||||
// static const String authority = "localhost";
|
// static const String authority = "localhost"; // For development purposes
|
||||||
static const String scheme = authority == "localhost" ? "http" : "https";
|
static const String scheme = authority == "localhost" ? "http" : "https";
|
||||||
|
|
||||||
final _prefs = Prefs.instance;
|
final _prefs = Prefs.instance;
|
||||||
|
|
Loading…
Reference in a new issue