fix Monero view only wallet (#2121)

Omar Hatem committed Mar 26, 2025 at 15:03 UTC 19f0c5b05eb7747d064f579c511280017080f117
1 file changed +1 -2
lib/buy/onramper/onramper_buy_provider.dart
+1 -2
@@ -222,8 +222,7 @@ class OnRamperBuyProvider extends BuyProvider {
222 '${prefix}defaultAmount': amount.toString(),
223 if (paymentMethod != null) '${prefix}defaultPaymentMethod': paymentMethod,
224 'onlyOnramps': quote.rampId,
225 - 'networkWallets': '$defaultCrypto:$cryptoCurrencyAddress',
226 - 'walletAddress': cryptoCurrencyAddress,
225 + 'networkWallets': '${quote.cryptoCurrency.fullName?.toUpperCase()}:$cryptoCurrencyAddress',
226 'supportSwap': "false",
227 'primaryColor': primaryColor,
228 'secondaryColor': secondaryColor,