Skip to content

Commit

Permalink
tweak: rename and add feature-flags for mobile wallet settings
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom authored and mohsen-ghafouri committed May 10, 2024
1 parent 05e00d5 commit 98a2ae4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/status_im/feature_flags.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
::wallet.import-private-key (enabled-in-env? :FLAG_IMPORT_PRIVATE_KEY_ENABLED)
::wallet.long-press-watch-only-asset (enabled-in-env? :FLAG_LONG_PRESS_WATCH_ONLY_ASSET_ENABLED)
::wallet.swap (enabled-in-env? :FLAG_SWAP_ENABLED)
::wallet.wallet-connect (enabled-in-env? :FLAG_WALLET_CONNECT_ENABLED)
::wallet.settings (enabled-in-env? :FLAG_WALLET_SETTINGS_ENABLED)})
::wallet.wallet-connect (enabled-in-env? :FLAG_WALLET_CONNECT_ENABLED)})

(defonce ^:private feature-flags-config
(reagent/atom initial-flags))
Expand Down

0 comments on commit 98a2ae4

Please sign in to comment.