Skip to content

Commit

Permalink
docs(starter-dapp): update README.md with correct env var values (#13516
Browse files Browse the repository at this point in the history
)

Co-authored-by: dave | d1onys1us <[email protected]>
  • Loading branch information
LouisWT and dionysuzx authored Apr 6, 2023
1 parent 397385a commit 17c065f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/starter-dapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ You can use the following values in the `.env` file to spin up the Starter dapp

```
VITE_NODE_ENV=dev
VITE_L1_RPC_URL="https://l1rpc.internal.taiko.xyz/"
VITE_L2_RPC_URL="https://l2rpc.internal.taiko.xyz/"
VITE_L1_EXPLORER_URL="https://l1explorer.internal.taiko.xyz/"
VITE_L2_EXPLORER_URL="https://l2explorer.internal.taiko.xyz/"
VITE_MAINNET_CHAIN_ID=31336
VITE_TAIKO_CHAIN_ID=167001
VITE_MAINNET_CHAIN_NAME="Ethereum A2"
VITE_L1_RPC_URL="https://rpc.sepolia.org/"
VITE_L2_RPC_URL="https://rpc.a2.taiko.xyz/"
VITE_L1_EXPLORER_URL="https://sepolia.etherscan.io/"
VITE_L2_EXPLORER_URL="https://explorer.a2.taiko.xyz/"
VITE_MAINNET_CHAIN_ID=11155111
VITE_TAIKO_CHAIN_ID=167004
VITE_MAINNET_CHAIN_NAME="Sepolia"
VITE_TAIKO_CHAIN_NAME="Taiko A2"
VITE_APP_NAME="Starter"
```

0 comments on commit 17c065f

Please sign in to comment.