mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Update dfx subdomain (#2053)
This commit is contained in:
parent
81ca38857f
commit
1f08596a75
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ class DFXBuyProvider extends BuyProvider {
|
||||||
|
|
||||||
final accessToken = await auth(cryptoCurrencyAddress);
|
final accessToken = await auth(cryptoCurrencyAddress);
|
||||||
|
|
||||||
final uri = Uri.https('services.dfx.swiss', actionType, {
|
final uri = Uri.https('app.dfx.swiss', actionType, {
|
||||||
'session': accessToken,
|
'session': accessToken,
|
||||||
'lang': 'en',
|
'lang': 'en',
|
||||||
'asset-out': isBuyAction ? quote.cryptoCurrency.toString() : quote.fiatCurrency.toString(),
|
'asset-out': isBuyAction ? quote.cryptoCurrency.toString() : quote.fiatCurrency.toString(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue