diff --git a/bridge-web/README.md b/bridge-web/README.md index 7e73930..5e1794e 100644 --- a/bridge-web/README.md +++ b/bridge-web/README.md @@ -21,6 +21,23 @@ export VITE_BSC_TESTNET_KEY= This is designed so that if you have a quiknode endpoint, you can set `VITE_BSC_TESTNET_KEY` to your key. +## Environment variables required + +``` +VITE_BSC_MAINNET_API +VITE_BSC_MAINNET_KEY + +VITE_POL_MAINNET_API +VITE_POL_MAINNET_KEY + +VITE_ARB_MAINNET_API +VITE_ARB_MAINNET_KEY + +VITE_ETH_MAINNET_API +VITE_ETH_MAINNET_KEY +``` + + ## How to modify the encoded configuration The steps to modify secrets are: diff --git a/bridge-web/infra/environment/production/.env.enc b/bridge-web/infra/environment/production/.env.enc index c3d95d5..119d2fb 100644 Binary files a/bridge-web/infra/environment/production/.env.enc and b/bridge-web/infra/environment/production/.env.enc differ diff --git a/bridge-web/infra/environment/staging/.env.enc b/bridge-web/infra/environment/staging/.env.enc index 916c7bf..793b097 100644 Binary files a/bridge-web/infra/environment/staging/.env.enc and b/bridge-web/infra/environment/staging/.env.enc differ