Skip to content

Commit

Permalink
Fix post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibautBremand committed Aug 17, 2023
1 parent d88471e commit 7a89736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/extension/src/constants/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export const STORAGE_NETWORK = 'network';
export const STORAGE_PERMISSION_SUBMIT_BULK = 'permissionSubmitBulkTransactions';
export const STORAGE_REMEMBER_SESSION = 'rememberSession';
export const STORAGE_SELECTED_WALLET = 'selectedWallet';
export const STORAGE_TRUSTED_APPS = 'trustedApps';
export const STORAGE_WALLETS = 'wallets';

// TTL
export const TTL_FEATURE_FLAGS = 60 * 60 * 1000; // 1 hour

0 comments on commit 7a89736

Please sign in to comment.