mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-26 05:29:57 +00:00
27347779fa
* Enable Exolix Improve service updates indicator New versions * Add exolix Api token to limits api * Ignore reporting network issues * Change default bitcoin node
5 lines
No EOL
158 B
Dart
5 lines
No EOL
158 B
Dart
class FeatureFlag {
|
|
static const bool isCakePayEnabled = false;
|
|
static const bool isExolixEnabled = true;
|
|
static const bool isInAppTorEnabled = false;
|
|
} |