diff --git a/lib/services/buy/simplex/simplex_api.dart b/lib/services/buy/simplex/simplex_api.dart index 37417fcbf..d1a110128 100644 --- a/lib/services/buy/simplex/simplex_api.dart +++ b/lib/services/buy/simplex/simplex_api.dart @@ -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";