Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
ca9f52a9
Unverified
Commit
ca9f52a9
authored
Mar 27, 2023
by
mergify[bot]
Committed by
GitHub
Mar 27, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5261 from ethereum-optimism/qbzzt/230325-devnode-l2-port
fix(devnet): Updated the L2 address to 9545
parents
b8e2fa58
c2b13813
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
devnet.md
specs/meta/devnet.md
+2
-2
No files found.
specs/meta/devnet.md
View file @
ca9f52a9
...
...
@@ -23,7 +23,7 @@ make devnet-down # stops the devnet
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.
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:
```bash
L1_PROVIDER_URL=http://localhost:8545
L2_PROVIDER_URL=http://localhost:
8546
L2_PROVIDER_URL=http://localhost:
9545
PRIVATE_KEY=bf7604d9d3a1c7748642b1b7b05c2bd219c9faa91458b370f85e5a40f3b03af7
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment