From baf995e515601b6db5a6a8f936d2adb39b61d5b0 Mon Sep 17 00:00:00 2001
From: sneurlax <sneurlax@gmail.com>
Date: Wed, 25 Jan 2023 16:41:55 -0600
Subject: [PATCH] update URL

---
 lib/services/buy/simplex/simplex_api.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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