Skip to content

Commit

Permalink
📝 update docs on --relay-chain-rpc-urls 6
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 0d135d7 commit b7f7e29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ ExecStart=/usr/bin/manta \
</TabItem>
</Tabs>

**note** passing `--relay-chain-rpc-urls <rpc_ur>` to the parachain parameter section in the startup command will delegate relay chain data to remote relaychain rpc, it's recommanded to not do this, however this can be handy at times when local relay chain data fails to sync (related artcle https://mantanetwork.notion.site/Manta-Atlantic-Block-Production-Accident-Report-9a3742c6e0844d78a32e76fc47cf0cc0), below is an example
**note** passing `--relay-chain-rpc-urls <rpc_ur>` to the parachain parameter section in the startup command will delegate relay chain data to remote relaychain rpc, it's recommanded to not do this, however this can be handy at times when local relay chain data fails to sync (related artcle https://mantanetwork.notion.site/Manta-Atlantic-Block-Production-Accident-Report-9a3742c6e0844d78a32e76fc47cf0cc0), **below is an example**

```bash
ExecStart=/usr/bin/manta \
Expand Down

0 comments on commit b7f7e29

Please sign in to comment.