mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
7 lines
No EOL
257 B
Dart
7 lines
No EOL
257 B
Dart
class FeatureFlag {
|
|
static const bool isCakePayEnabled = false;
|
|
static const bool isExolixEnabled = true;
|
|
static const bool isInAppTorEnabled = false;
|
|
static const bool isBackgroundSyncEnabled = true;
|
|
static const int verificationWordsCount = 2;
|
|
} |