Skip to content

Commit

Permalink
disable inMaintenanceFarmLock
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Oct 10, 2024
1 parent d9a9d31 commit 7034442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/domain/repositories/features_flags.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
/// Simply activate/deactivate features.
class FeatureFlags {
static const inMaintenanceGlobal = false;
static const inMaintenanceFarmLock = true;
static const inMaintenanceFarmLock = false;
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: aedex
description: Enable direct peer-to-peer trading of digital assets on the Archethic blockchain, eliminating the need for centralized intermediaries.
publish_to: "none"

version: 2.1.0+88
version: 2.1.1+89

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down

0 comments on commit 7034442

Please sign in to comment.