mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 19:11:02 +00:00
Update remote ext test default uri (#4654)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user