Skip to content

Commit

Permalink
fix: BG services id update
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Sep 9, 2024
1 parent 6cd8816 commit d0e09e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions logic/lib/src/domain/const/background_exe_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ class BackgroundExecutionConfig {
/// executed, NOTE : It's in minutes.
static const mxcWalletBackgroundServiceInterval = 15;

static const String notificationsTask = 'com.mxc.axswallet.notificationsTask';
static const String wifiHooksTask = 'com.mxc.axswallet.wifiHooksTask';
static const String notificationsTask =
'com.mxc.moonchainWallet.notificationsTask';
static const String wifiHooksTask = 'com.mxc.moonchainWallet.wifiHooksTask';
static const String minerAutoClaimTask =
'com.mxc.axswallet.minerAutoClaimTask';
'com.mxc.moonchainWallet.minerAutoClaimTask';
static const String blueberryAutoSyncTask =
'com.mxc.axswallet.blueberryAutoSyncTask';
'com.mxc.moonchainWallet.blueberryAutoSyncTask';

static DateTime defaultTimeForMinerDapp = DateTime(2024, 1, 1, 13, 0, 0);

Expand Down

0 comments on commit d0e09e9

Please sign in to comment.