Skip to content

Commit

Permalink
docs(bridge-ui): add env values (#11403)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfderechter authored Jan 9, 2023
1 parent 2b4cd56 commit b54a37e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/bridge-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,25 @@
## Usage

`pnpm start`

## Environment Variables

You can use the following values in the `.env` file to spin up the Bridge UI locally.

```
VITE_NODE_ENV=dev
VITE_L1_RPC_URL="https://l1rpc.a1.taiko.xyz/"
VITE_L2_RPC_URL="https://l2rpc.a1.taiko.xyz/"
VITE_RELAYER_URL="http://localhost:4102/"
VITE_TEST_ERC20_ADDRESS_MAINNET="0x3E3a3416DbCc5cb4448B6b171fF15f9Da35Ab72d"
VITE_MAINNET_CHAIN_ID=31338
VITE_TAIKO_CHAIN_ID=167003
VITE_MAINNET_CHAIN_NAME="Ethereum A1"
VITE_TAIKO_CHAIN_NAME="Taiko A1"
VITE_TAIKO_TOKEN_VAULT_ADDRESS="0x0000777700000000000000000000000000000002"
VITE_MAINNET_TOKEN_VAULT_ADDRESS="0xD0dfd5baCf160B97C8eE3ecb463F18c08673160c"
VITE_TAIKO_HEADER_SYNC_ADDRESS="0x0000777700000000000000000000000000000001"
VITE_MAINNET_HEADER_SYNC_ADDRESS="0x7B3AF414448ba906f02a1CA307C56c4ADFF27ce7"
VITE_MAINNET_BRIDGE_ADDRESS="0x3612E284D763f42f5E4CB72B1602b23DAEC3cA60"
VITE_TAIKO_BRIDGE_ADDRESS="0x0000777700000000000000000000000000000004"
```

0 comments on commit b54a37e

Please sign in to comment.