Skip to content

Commit

Permalink
feat: generalize rpc flag (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein authored Dec 13, 2023
1 parent 986dd75 commit c100e1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions developers/optimism.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ a DA server on port 26650.

For the `P2P_NETWORK` variable, you'll need to supply the network of choice, either
`celestia`, `mocha`, or `arabica`. Using `celestia`, the volume path will be just
`.celestia-light` instead of `.celestia-light-<network>`.
`.celestia-light` instead of `.celestia-light-<network>`. You will also need
to provide a core.ip RPC URL for the network you are using.

<!-- markdownlint-disable MD013 -->
```yaml
Expand All @@ -143,7 +144,7 @@ da:
--p2p.network=<network> // [!code ++]
--da.grpc.namespace=000008e5f679bf7116cb // [!code ++]
--da.grpc.listen=0.0.0.0:26650 // [!code ++]
--core.ip rpc.celestia.pops.one // [!code ++]
--core.ip <rpc-url> // [!code ++]
--gateway // [!code ++]
environment: // [!code ++]
- NODE_TYPE=light // [!code ++]
Expand Down

0 comments on commit c100e1c

Please sign in to comment.