We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea6a3d commit 50dfbfaCopy full SHA for 50dfbfa
.env
@@ -64,6 +64,9 @@ VITE_FEATURE_SWAPPER_FIAT_RAMPS=true
64
# absolute URL prefix
65
VITE_ABSOLUTE_URL_PREFIX=https://app.shapeshift.com
66
67
+# Dev tools
68
+VITE_FEATURE_PERFORMANCE_PROFILER=false
69
+
70
# Fetch UNI-V2 assets from Portals
71
VITE_FEATURE_DYNAMIC_LP_ASSETS=false
72
# Fetch read-only assets from various providers (Portals only for now)
.env.development
@@ -6,7 +6,6 @@
6
7
# feature flags
8
VITE_FEATURE_THORCHAIN_TCY_ACTIVITY=true
9
-VITE_FEATURE_PERFORMANCE_PROFILER=true
10
11
# mixpanel
12
VITE_MIXPANEL_TOKEN=a867ce40912a6b7d01d088cf62b0e1ff
0 commit comments