revert to cliclient

This commit is contained in:
Ajinkya Kulkarni 2025-02-13 15:26:41 +01:00
parent 195a565ad2
commit 318c99ee75

View file

@ -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 {