File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ OPTIONS
2121 --payerMemberId=payerMemberId (required) Joystream member Id of Reward payer account
2222 --queryNodeEndpoint=queryNodeEndpoint [default: https://query.joystream.org/graphql] Query node endpoint to use
2323
24- --rpcEndpoint=rpcEndpoint [default: wss://rpc.joystream.org:9944 ] RPC endpoint of the Joystream node to
24+ --rpcEndpoint=rpcEndpoint [default: wss://rpc.joystream.org] RPC endpoint of the Joystream node to
2525 connect to
2626```
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ OPTIONS
2626
2727 --queryNodeEndpoint=queryNodeEndpoint [default: https://query.joystream.org/graphql] Query node endpoint to use
2828
29- --rpcEndpoint=rpcEndpoint [default: wss://rpc.joystream.org:9944 ] RPC endpoint of the Joystream node to
29+ --rpcEndpoint=rpcEndpoint [default: wss://rpc.joystream.org] RPC endpoint of the Joystream node to
3030 connect to
3131```
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default abstract class DefaultCommandBase extends Command {
2424 } ) ,
2525 rpcEndpoint : flags . string ( {
2626 required : false ,
27- default : 'wss://rpc.joystream.org:9944 ' ,
27+ default : 'wss://rpc.joystream.org' ,
2828 description : 'RPC endpoint of the Joystream node to connect to' ,
2929 } ) ,
3030 queryNodeEndpoint : flags . string ( {
You can’t perform that action at this time.
0 commit comments