Skip to content

Commit

Permalink
(fix) Fix env vars and rotate keys
Browse files Browse the repository at this point in the history
  • Loading branch information
rrw-zilliqa committed Jan 15, 2025
1 parent 28e2784 commit c435e86
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bridge-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```

Check notice on line 26 in bridge-web/README.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD040)

Fenced code blocks should have a language specified
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
```


Check notice on line 40 in bridge-web/README.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD012)

Multiple consecutive blank lines
## How to modify the encoded configuration

The steps to modify secrets are:
Expand Down
Binary file modified bridge-web/infra/environment/production/.env.enc
Binary file not shown.
Binary file modified bridge-web/infra/environment/staging/.env.enc
Binary file not shown.

0 comments on commit c435e86

Please sign in to comment.