Remove defaultFiat (#972)
Logic can be better handled by IP
Justin Ehrenhofer committed
Jun 21, 2023 at 21:20 UTC
bb75472a831caf35f4d436ac9981decdfcdb2335
1 file changed
-1
lib/buy/onramper/onramper_buy_provider.dart
-1
@@ -64,7 +64,6 @@ class OnRamperBuyProvider {
64
return Uri.https(_baseUrl, '', <String, dynamic>{
65
'apiKey': _apiKey,
66
'defaultCrypto': _normalizeCryptoCurrency,
67
- 'defaultFiat': _settingsStore.fiatCurrency.title,
67
'wallets': '${_wallet.currency.title}:${_wallet.walletAddresses.address}',
68
'supportSell': "false",
69
'supportSwap': "false",