Update dfx subdomain (#2053)

TaprootFreak committed Feb 26, 2025 at 16:42 UTC 1f08596a753fa08d016f9f3016e754acf4e0efa0
1 file changed +1 -1
lib/buy/dfx/dfx_buy_provider.dart
+1 -1
@@ -310,7 +310,7 @@ class DFXBuyProvider extends BuyProvider {
310
311 final accessToken = await auth(cryptoCurrencyAddress);
312
313 - final uri = Uri.https('services.dfx.swiss', actionType, {
313 + final uri = Uri.https('app.dfx.swiss', actionType, {
314 'session': accessToken,
315 'lang': 'en',
316 'asset-out': isBuyAction ? quote.cryptoCurrency.toString() : quote.fiatCurrency.toString(),