We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072f6ae commit 6bc4734Copy full SHA for 6bc4734
lib/app_config.dart
@@ -1,3 +1,6 @@
1
+// ignore: unused_import
2
+import 'dart:io';
3
+
4
import 'wallets/crypto_currency/crypto_currency.dart';
5
import 'wallets/crypto_currency/intermediate/frost_currency.dart';
6
scripts/app_config/configure_stack_wallet.sh
@@ -62,7 +62,7 @@ final List<CryptoCurrency> _supportedCoins = List.unmodifiable([
62
Dogecoin(CryptoCurrencyNetwork.main),
63
Ecash(CryptoCurrencyNetwork.main),
64
Epiccash(CryptoCurrencyNetwork.main),
65
- Mimblewimblecoin(CryptoCurrencyNetwork.main),
+ if (!Platform.isMacOS) Mimblewimblecoin(CryptoCurrencyNetwork.main),
66
Ethereum(CryptoCurrencyNetwork.main),
67
Fact0rn(CryptoCurrencyNetwork.main),
68
Firo(CryptoCurrencyNetwork.main),
0 commit comments