Merge pull request #339 from cypherstack/simplex

Update Simplex API URL to production
This commit is contained in:
julian-CStack 2023-02-07 11:46:40 -06:00 committed by GitHub
commit c42e962190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ import 'package:stackwallet/utilities/prefs.dart';
import 'package:url_launcher/url_launcher.dart'; import 'package:url_launcher/url_launcher.dart';
class SimplexAPI { 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 authority = "localhost"; // For development purposes
static const String scheme = authority == "localhost" ? "http" : "https"; static const String scheme = authority == "localhost" ? "http" : "https";