File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
apps/browser-extension-wallet Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,16 @@ USE_ADA_HANDLE=false
24
24
USE_DATA_CHECK=false
25
25
USE_POSTHOG_ANALYTICS=true
26
26
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
28
33
29
34
USE_POSTHOG_ANALYTICS_FOR_OPTED_OUT=false
35
+ USE_MULTI_WALLET=false
36
+ USE_SHARED_WALLET=false
30
37
31
38
# In App URLs
32
39
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
72
79
ADA_HANDLE_URL_MAINNET=https://api.handle.me
73
80
ADA_HANDLE_URL_PREVIEW=https://preview.api.handle.me
74
81
ADA_HANDLE_URL_PREPROD=https://preprod.api.handle.me
82
+ ADA_HANDLE_URL_SANCHONET=
75
83
76
84
# Manifest.json
77
85
LACE_EXTENSION_KEY=djcdfchkaijggdjokfomholkalbffgil
You can’t perform that action at this time.
0 commit comments