revert to cliclient
This commit is contained in:
parent
195a565ad2
commit
318c99ee75
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ async fn upsert_tcbinfo(url: &str, contract_addr: &str, chain_id : Id, sender: &
|
|||
.as_slice()
|
||||
.try_into()
|
||||
.map_err(|e| anyhow!("failed to read/parse sk: {}", e)).expect("couldn't extract result value");
|
||||
let client = CliClient::new(network);
|
||||
let client = CliClient::neutrond(network);
|
||||
let fmspc_list = get_fmspc_list().await;
|
||||
|
||||
for fmspc in fmspc_list {
|
||||
|
|
Loading…
Reference in a new issue