Update remote ext test default uri (#4654)

This commit is contained in:
Zeke Mostov
2022-01-04 00:08:22 -08:00
committed by GitHub
parent 2f7b042cc4
commit 712b53f468
@@ -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,