update simplex url

need to also update simplex_api
This commit is contained in:
sneurlax 2023-02-07 10:32:46 -06:00
parent 5e6ff5109d
commit 5173aec491

View file

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