comment update

This commit is contained in:
sneurlax 2023-01-27 15:23:14 -06:00
parent ff5d5784a1
commit ec64c77c45

View file

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