diff --git a/lib/view_model/dashboard/dashboard_view_model.dart b/lib/view_model/dashboard/dashboard_view_model.dart index 1194e0ccc..5a8f67522 100644 --- a/lib/view_model/dashboard/dashboard_view_model.dart +++ b/lib/view_model/dashboard/dashboard_view_model.dart @@ -378,6 +378,7 @@ abstract class DashboardViewModelBase with Store { WalletType.bitcoin, WalletType.bitcoinCash, WalletType.ethereum, + WalletType.polygon, WalletType.solana, ].contains(wallet.type);