We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6c508 commit d6b5cebCopy full SHA for d6b5ceb
lib/app_config/app_config.dart
@@ -141,11 +141,6 @@ const List<String> appWalletOnlyAssetList = [
141
/// This will not affect existing wallets.
142
/// Reduced to only KMD to minimize initial connections and resource usage.
143
List<String> get enabledByDefaultCoins => [
144
-<<<<<<< HEAD
145
- 'KMD', // Komodo ecosystem coin
146
- 'BTC-segwit' // Default Fiat Ramps coin
147
-];
148
-=======
149
'BTC-segwit',
150
'FIRO',
151
'USDT-PLG20',
@@ -159,7 +154,6 @@ List<String> get enabledByDefaultCoins => [
159
154
if (kDebugMode) 'DOC',
160
155
if (kDebugMode) 'MARTY',
161
156
];
162
->>>>>>> a0a78857f (Set FIRO to default)
163
157
164
158
const String logsDbName = 'logs';
165
const String appFolder = 'KomodoWallet';
0 commit comments