Skip to content

Commit

Permalink
Correct L2 RPC and L2 Explorer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jscriptcoder committed Mar 20, 2023
1 parent 25660a8 commit 930b382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bridge-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ You can use the following values in the `.env` file to spin up the Bridge UI loc
```
VITE_NODE_ENV=dev
VITE_L1_RPC_URL=<sepolia_rpc>
VITE_L2_RPC_URL="https://l2rpc.a2.taiko.xyz/"
VITE_L2_RPC_URL="https://rpc.a2.taiko.xyz/"
VITE_L1_EXPLORER_URL="https://sepolia.etherscan.io/"
VITE_L2_EXPLORER_URL="https://l2explorer.a2.taiko.xyz/"
VITE_L2_EXPLORER_URL="https://explorer.a2.taiko.xyz/"
VITE_RELAYER_URL="https://relayer.a2.taiko.xyz/"
Expand Down

0 comments on commit 930b382

Please sign in to comment.