This commit is contained in:
Bill He 2023-11-06 10:33:02 -08:00
parent 5cb0624c0c
commit f7a362db34
No known key found for this signature in database
GPG Key ID: 73AEEF9D79E5BBF8

View File

@ -74,9 +74,9 @@ Set environment variables via `.env`.
- `VITE_BASE_URL` (required) the base url of the deployment (e.g https://www.example.com)
- `VITE_ALCHEMY_API_KEY` (optional) Add an Alchemy API Key for evm interactions, app will fallback to public RPCs if not provided
- `VITE_PK_ENCRYPTION_KEY` (required) AES encryption key used for signature obfuscation, need for enabling "Remember Me" feature.
- `VITE_V3_TOKEN_ADDRESS` (required) Address of the V3 $DYDX token
- `VITE_TOKEN_MIGRATION_URI` (required) the URL of the token migration website
- `VITE_PK_ENCRYPTION_KEY` (optional) AES encryption key used for signature obfuscation, need for enabling "Remember Me" feature.
- `VITE_V3_TOKEN_ADDRESS` (optional) Address of the V3 $DYDX token
- `VITE_TOKEN_MIGRATION_URI` (optional) the URL of the token migration website
- `AMPLITUDE_API_KEY` (optional) Amplitude API Key for enabling Amplitude, used with `pnpm run build:inject-amplitude`
- `BUGSNAG_API_KEY` (optional) API Key for enabling bugsnap, used with `pnpm run build:inject-bugsnag`
- `IOS_APP_ID` (optional) IOS APP ID used for enabling deeplinking to the IOS APP, used with `pnpm run build:inject-app-deeplinks`