mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
update URL
This commit is contained in:
parent
3042c82063
commit
baf995e515
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue