Skip to content

Commit

Permalink
add sequencer RPC and EVM rollup RPCs/WSS endpoints in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed Apr 1, 2024
1 parent 884b91d commit e98cc0d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,19 @@ The default Blockscout app is available at <http://blockscout.astria.localdev.me
If you deploy a custom Blockscout app, it will be available at
`http://blockscout.<rollup_name>.localdev.me`.

### Sequencer

The default sequencer RPC is available at <http://rpc.sequencer.localdev.me/health>.

### EVM Rollup

The default EVM rollup has an RPC endpoint available at <http://executor.astria.localdev.me>.

There is also a default WSS endpoint available at <ws://ws-executor.astria.localdev.me>.

If you deploy a custom rollup, then the endpoints will be `http://executor.<rollup_name>.localdev.me` and

Check failure on line 99 in charts/README.md

View workflow job for this annotation

GitHub Actions / markdown

Line length

charts/README.md:99:81 MD013/line-length Line length [Expected: 80; Actual: 105] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md013.md
`ws://ws-executor.<rollup_name>.localdev.me`

### Connecting Metamask

* adding the default network
Expand Down

0 comments on commit e98cc0d

Please sign in to comment.