mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +00:00
parent
e9b5c79a1e
commit
bb75472a83
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ class OnRamperBuyProvider {
|
||||||
return Uri.https(_baseUrl, '', <String, dynamic>{
|
return Uri.https(_baseUrl, '', <String, dynamic>{
|
||||||
'apiKey': _apiKey,
|
'apiKey': _apiKey,
|
||||||
'defaultCrypto': _normalizeCryptoCurrency,
|
'defaultCrypto': _normalizeCryptoCurrency,
|
||||||
'defaultFiat': _settingsStore.fiatCurrency.title,
|
|
||||||
'wallets': '${_wallet.currency.title}:${_wallet.walletAddresses.address}',
|
'wallets': '${_wallet.currency.title}:${_wallet.walletAddresses.address}',
|
||||||
'supportSell': "false",
|
'supportSell': "false",
|
||||||
'supportSwap': "false",
|
'supportSwap': "false",
|
||||||
|
|
Loading…
Reference in a new issue