Skip to content

Commit 803c044

Browse files
authored
chore: align dev preview env with stable (#939)
1 parent fc659cb commit 803c044

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

apps/browser-extension-wallet/.env.developerpreview

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,16 @@ USE_ADA_HANDLE=false
2424
USE_DATA_CHECK=false
2525
USE_POSTHOG_ANALYTICS=true
2626
USE_COMBINED_PASSWORD_NAME_STEP_COMPONENT=false
27-
USE_MULTI_DELEGATION_STAKING_ACTIVITY=false
27+
# TODO Remove redundant feature flags when Trezor and Ledger are supported (https://input-output.atlassian.net/browse/LW-9480)
28+
USE_MULTI_DELEGATION_STAKING_LEDGER=false
29+
USE_MULTI_DELEGATION_STAKING_TREZOR=false
30+
USE_MULTI_DELEGATION_STAKING_ACTIVITY=true
31+
USE_MULTI_DELEGATION_STAKING_GRID_VIEW=false
32+
USE_ROS_STAKING_COLUMN=false
2833

2934
USE_POSTHOG_ANALYTICS_FOR_OPTED_OUT=false
35+
USE_MULTI_WALLET=false
36+
USE_SHARED_WALLET=false
3037

3138
# In App URLs
3239
CATALYST_GOOGLE_PLAY_URL=https://play.google.com/store/apps/details?id=io.iohk.vitvoting
@@ -72,6 +79,7 @@ CEXPLORER_URL_SANCHONET=https://sancho.cexplorer.io
7279
ADA_HANDLE_URL_MAINNET=https://api.handle.me
7380
ADA_HANDLE_URL_PREVIEW=https://preview.api.handle.me
7481
ADA_HANDLE_URL_PREPROD=https://preprod.api.handle.me
82+
ADA_HANDLE_URL_SANCHONET=
7583

7684
# Manifest.json
7785
LACE_EXTENSION_KEY=djcdfchkaijggdjokfomholkalbffgil

0 commit comments

Comments
 (0)