update
This commit is contained in:
parent
5cb0624c0c
commit
f7a362db34
@ -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`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user