Commit 4f1545b6 authored by Ori Pomerantz's avatar Ori Pomerantz

fix(devnet): Updated the L2 address to 9545

parent ca71678a
...@@ -23,7 +23,7 @@ make devnet-down # stops the devnet ...@@ -23,7 +23,7 @@ make devnet-down # stops the devnet
make devnet-clean # removes the devnet by deleting images and persistent volumes make devnet-clean # removes the devnet by deleting images and persistent volumes
``` ```
L1 is accessible at `http://localhost:8545`, and L2 is accessible at `http://localhost:8546`. L1 is accessible at `http://localhost:8545`, and L2 is accessible at `http://localhost:9545`.
Any Ethereum tool - Metamask, `seth`, etc. - can use these endpoints. Any Ethereum tool - Metamask, `seth`, etc. - can use these endpoints.
Note that you will need to specify the L2 chain ID manually if you use Metamask. The devnet's L2 chain ID is 901. Note that you will need to specify the L2 chain ID manually if you use Metamask. The devnet's L2 chain ID is 901.
...@@ -43,7 +43,7 @@ You'll need a `.env` with the following contents: ...@@ -43,7 +43,7 @@ You'll need a `.env` with the following contents:
```bash ```bash
L1_PROVIDER_URL=http://localhost:8545 L1_PROVIDER_URL=http://localhost:8545
L2_PROVIDER_URL=http://localhost:8546 L2_PROVIDER_URL=http://localhost:9545
PRIVATE_KEY=bf7604d9d3a1c7748642b1b7b05c2bd219c9faa91458b370f85e5a40f3b03af7 PRIVATE_KEY=bf7604d9d3a1c7748642b1b7b05c2bd219c9faa91458b370f85e5a40f3b03af7
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment