Remove defaultFiat (#972)

Logic can be better handled by IP
This commit is contained in:
Justin Ehrenhofer 2023-06-21 21:20:50 -05:00 committed by GitHub
parent e9b5c79a1e
commit bb75472a83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,6 @@ class OnRamperBuyProvider {
return Uri.https(_baseUrl, '', <String, dynamic>{
'apiKey': _apiKey,
'defaultCrypto': _normalizeCryptoCurrency,
'defaultFiat': _settingsStore.fiatCurrency.title,
'wallets': '${_wallet.currency.title}:${_wallet.walletAddresses.address}',
'supportSell': "false",
'supportSwap': "false",