Skip to content
Snippets Groups Projects
Commit 712b53f4 authored by Zeke Mostov's avatar Zeke Mostov Committed by GitHub
Browse files

Update remote ext test default uri (#4654)

parent 2f7b042c
No related merge requests found
......@@ -40,7 +40,7 @@ arg_enum! {
#[derive(StructOpt)]
struct Cli {
#[structopt(long, short, default_value = "wss://kusama-rpc.polkadot.io")]
#[structopt(long, short, default_value = "wss://kusama-rpc.polkadot.io:443")]
uri: String,
#[structopt(long, short, case_insensitive = true, possible_values = &Runtime::variants(), default_value = "kusama")]
runtime: Runtime,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment