From 2c1032231271856c802f027ce95c976d48fec5a3 Mon Sep 17 00:00:00 2001 From: Matthew Fosse Date: Wed, 17 Apr 2024 09:10:33 -0700 Subject: [PATCH] [skip ci] add polygon --- lib/view_model/dashboard/dashboard_view_model.dart | 1 + 1 file changed, 1 insertion(+) 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);