From f7a362db34210f13d1070cfeab66bc936f5699a8 Mon Sep 17 00:00:00 2001 From: Bill He Date: Mon, 6 Nov 2023 10:33:02 -0800 Subject: [PATCH] update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2cd4bc..53b37dd 100644 --- a/README.md +++ b/README.md @@ -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`