fix wallet type resolution for arb (#3120)
malik1004x committed
Mar 21, 2026 at 01:06 UTC
9cbfeaaa86b5f47e06e6afd30c43739f4899aa23
1 file changed
+1
cw_core/lib/wallet_type.dart
+1
@@ -286,6 +286,7 @@ WalletType? _cryptoCurrencyToWalletType(CryptoCurrency type) {
286
case CryptoCurrency.baseEth:
287
return WalletType.base;
288
case CryptoCurrency.arbEth:
289
+ case CryptoCurrency.arb:
290
return WalletType.arbitrum;
291
case CryptoCurrency.bnb:
292
return WalletType.bsc;