From b7f7e29dbdcbd36c612ddb37952653e43337e7ac Mon Sep 17 00:00:00 2001 From: "Anathan (Ana) Ye" Date: Fri, 8 Mar 2024 12:38:24 +1100 Subject: [PATCH] :memo: update docs on `--relay-chain-rpc-urls` 6 Signed-off-by: Anathan (Ana) Ye --- .../manta-atlantic/Collation/03-SetupAndRun/02-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manta-atlantic/Collation/03-SetupAndRun/02-configuration.md b/docs/manta-atlantic/Collation/03-SetupAndRun/02-configuration.md index 4a3688c4..50748467 100644 --- a/docs/manta-atlantic/Collation/03-SetupAndRun/02-configuration.md +++ b/docs/manta-atlantic/Collation/03-SetupAndRun/02-configuration.md @@ -229,7 +229,7 @@ ExecStart=/usr/bin/manta \ -**note** passing `--relay-chain-rpc-urls ` 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 ` 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 \