update URL

This commit is contained in:
sneurlax 2023-01-25 16:41:55 -06:00
parent 3042c82063
commit baf995e515

View file

@ -16,7 +16,7 @@ import 'package:stackwallet/utilities/prefs.dart';
import 'package:url_launcher/url_launcher.dart';
class SimplexAPI {
static const String authority = "sandbox-api.stackwallet.com";
static const String authority = "simplex-sandbox.stackwallet.com";
// static const String authority = "localhost";
static const String scheme = authority == "localhost" ? "http" : "https";