diff --git a/cw_core/lib/wallet_type.dart b/cw_core/lib/wallet_type.dart index aa6cb5cf4..c208e41ee 100644 --- a/cw_core/lib/wallet_type.dart +++ b/cw_core/lib/wallet_type.dart @@ -30,7 +30,7 @@ enum WalletType { haven, @HiveField(5) - ethereum + ethereum, } int serializeToInt(WalletType type) {