fix Monero view only wallet (#2121)

This commit is contained in:
Omar Hatem 2025-03-26 15:03:02 +02:00 committed by GitHub
parent 2f0cb28fb2
commit 19f0c5b05e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -222,8 +222,7 @@ class OnRamperBuyProvider extends BuyProvider {
'${prefix}defaultAmount': amount.toString(), '${prefix}defaultAmount': amount.toString(),
if (paymentMethod != null) '${prefix}defaultPaymentMethod': paymentMethod, if (paymentMethod != null) '${prefix}defaultPaymentMethod': paymentMethod,
'onlyOnramps': quote.rampId, 'onlyOnramps': quote.rampId,
'networkWallets': '$defaultCrypto:$cryptoCurrencyAddress', 'networkWallets': '${quote.cryptoCurrency.fullName?.toUpperCase()}:$cryptoCurrencyAddress',
'walletAddress': cryptoCurrencyAddress,
'supportSwap': "false", 'supportSwap': "false",
'primaryColor': primaryColor, 'primaryColor': primaryColor,
'secondaryColor': secondaryColor, 'secondaryColor': secondaryColor,