mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 20:09:23 +00:00
Merge pull request #339 from cypherstack/simplex
Update Simplex API URL to production
This commit is contained in:
commit
c42e962190
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue