Skip to content

Commit d6b5ceb

Browse files
committed
Fix typo
1 parent cf6c508 commit d6b5ceb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/app_config/app_config.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ const List<String> appWalletOnlyAssetList = [
141141
/// This will not affect existing wallets.
142142
/// Reduced to only KMD to minimize initial connections and resource usage.
143143
List<String> get enabledByDefaultCoins => [
144-
<<<<<<< HEAD
145-
'KMD', // Komodo ecosystem coin
146-
'BTC-segwit' // Default Fiat Ramps coin
147-
];
148-
=======
149144
'BTC-segwit',
150145
'FIRO',
151146
'USDT-PLG20',
@@ -159,7 +154,6 @@ List<String> get enabledByDefaultCoins => [
159154
if (kDebugMode) 'DOC',
160155
if (kDebugMode) 'MARTY',
161156
];
162-
>>>>>>> a0a78857f (Set FIRO to default)
163157

164158
const String logsDbName = 'logs';
165159
const String appFolder = 'KomodoWallet';

0 commit comments

Comments
 (0)