Skip to content

Commit

Permalink
chore(extension): enable NFT folders and hide balance feats
Browse files Browse the repository at this point in the history
  • Loading branch information
lgobbi-atix committed Jun 2, 2023
1 parent d93b12c commit 8666393
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/browser-extension-wallet/.env.defaults
Expand Up @@ -14,9 +14,9 @@ USE_DAPP_CONNECTOR=true
USE_TREZOR_HW=false
USE_TOKEN_PRICING=true
USE_DIFFERENT_MNEMONIC_LENGTHS=true
USE_NFT_FOLDERS=false
USE_NFT_FOLDERS=true
USE_MULTI_CURRENCY=true
USE_HIDE_MY_BALANCE=false
USE_HIDE_MY_BALANCE=true
USE_MULTI_DELEGATION_STAKING=false

# In App URLs
Expand Down
4 changes: 2 additions & 2 deletions apps/browser-extension-wallet/.env.example
Expand Up @@ -14,9 +14,9 @@ USE_DAPP_CONNECTOR=true
USE_TREZOR_HW=false
USE_TOKEN_PRICING=true
USE_DIFFERENT_MNEMONIC_LENGTHS=true
USE_NFT_FOLDERS=false
USE_NFT_FOLDERS=true
USE_MULTI_CURRENCY=true
USE_HIDE_MY_BALANCE=false
USE_HIDE_MY_BALANCE=true
USE_MULTI_DELEGATION_STAKING=false

# In App URLs
Expand Down

0 comments on commit 8666393

Please sign in to comment.