Skip to content

Commit

Permalink
📝 update docs on --relay-chain-rpc-urls 5
Browse files Browse the repository at this point in the history
Signed-off-by: Anathan (Ana) Ye <anaye@duck.com>
  • Loading branch information
anaye1997 committed Mar 8, 2024
1 parent 3c49f06 commit 0d135d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ two sets of parameters are supplied to the substrate node binary (manta), separa
- `--port`: parachain peer-to-peer port. manta default is 31333. this port must be accessible over the internet to other manta nodes.
- `--prometheus-port`: parachain metrics port. manta default is 9615. this port must be accessible to the manta metrics monitor at: `18.156.192.254` (`18.156.192.254/32` if you are specifying by subnet)
- `--prometheus-external`: if you are not reverse proxying metrics over ssl, you may need to set this parameter to tell the embedded metrics server to listen on the *all ips* socket (`0.0.0.0:9615`) rather than *localhost only* (`127.0.0.1:9615`)
- `--relay-chain-rpc-urls`: list of relay chain full node to communicate with, if this parameter is specified, this option delegate relay chain data to the relay chain rpc endpoints, local relay chain data won't be used/synced, this parameter is **not** recommanded, however this can be handy at times when local relay chain data can't sync. (list of official polkadot relay chain rpc endpoints can be found on https://wiki.polkadot.network/docs/maintain-endpoints)
- `--relay-chain-rpc-urls`: list of relay chain full node to communicate with, if this parameter is specified, the node will delegate relay chain data to the relay chain rpc endpoints, local relay chain data won't be used/synced, this parameter is **not** recommanded, however this can be handy at times when local relay chain data can't sync. (list of official polkadot relay chain rpc endpoints can be found on https://wiki.polkadot.network/docs/maintain-endpoints)
- significant **relay-chain** parameters
- `--name`: relay-chain node name, displayed on [polkadot telemetry](https://telemetry.manta.systems/#list/0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3).
- `--port`: relay-chain peer-to-peer port. manta-embedded-polkadot default is 31334. this port must be accessible over the internet to other polkadot nodes.
Expand Down

0 comments on commit 0d135d7

Please sign in to comment.