mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 15:41:02 +00:00
Update remote ext test default uri (#4654)
This commit is contained in:
@@ -40,7 +40,7 @@ arg_enum! {
|
|||||||
|
|
||||||
#[derive(StructOpt)]
|
#[derive(StructOpt)]
|
||||||
struct Cli {
|
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,
|
uri: String,
|
||||||
#[structopt(long, short, case_insensitive = true, possible_values = &Runtime::variants(), default_value = "kusama")]
|
#[structopt(long, short, case_insensitive = true, possible_values = &Runtime::variants(), default_value = "kusama")]
|
||||||
runtime: Runtime,
|
runtime: Runtime,
|
||||||
|
|||||||
Reference in New Issue
Block a user