WIP
This commit is contained in:
parent
e84ef9b417
commit
031eb9d98c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ async fn upsert_tcbinfo() -> Result<(), &'static str> {
|
|||
store.insert(fmspc.clone(), tcbinfo.clone());
|
||||
println!("updating on-chain TCBInfo for FMSPC: {fmspc}");
|
||||
let testnet = Url::parse("https://rpc-falcron.pion-1.ntrn.tech").expect("couldn't parse network URL");
|
||||
let contract_address = cosmrs::AccountId::new("neutrontcbinfo", "neutron1r4m59786vmxrx866585ze5ugjx9egcyja0nuxhn2y6d7ht6680sspa89zk".as_bytes()).expect("failed to parse contract address");
|
||||
let contract_address = "neutron1r4m59786vmxrx866585ze5ugjx9egcyja0nuxhn2y6d7ht6680sspa89zk".parse().expect("failed to parse contract address");
|
||||
let chain_id = tendermint::chain::id::Id::try_from("pion-1").expect("invalid chain id");
|
||||
let sender = "ajinkya";
|
||||
let client = CliClient::neutrond(testnet);
|
||||
|
|
Loading…
Reference in a new issue