You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to use --relay-chain-rpc-url one flag works nice, but when providing 2 flags like this it gives an error:
error: The argument '--relay-chain-rpc-url <RELAY_CHAIN_RPC_URL>' was provided more than once, but cannot be used multiple times
for the remote relay chain setup to be safe it is necessary to provide more rpc server addresses so if one of them goes down it doesn't crash all the parachains connected. is it possible to fix this please?
for many other parachains it works well with more than one --relay-chain-rpc-url flag
The text was updated successfully, but these errors were encountered:
Hello,
when I try to use
--relay-chain-rpc-url
one flag works nice, but when providing 2 flags like this it gives an error:error: The argument '--relay-chain-rpc-url <RELAY_CHAIN_RPC_URL>' was provided more than once, but cannot be used multiple times
for the remote relay chain setup to be safe it is necessary to provide more rpc server addresses so if one of them goes down it doesn't crash all the parachains connected. is it possible to fix this please?
for many other parachains it works well with more than one
--relay-chain-rpc-url
flagThe text was updated successfully, but these errors were encountered: