diff --git a/crates/utils/tcbinfo-updater/src/main.rs b/crates/utils/tcbinfo-updater/src/main.rs index 2c0eb86..702d9c7 100644 --- a/crates/utils/tcbinfo-updater/src/main.rs +++ b/crates/utils/tcbinfo-updater/src/main.rs @@ -60,11 +60,14 @@ pub fn main() { if *store_entry != tcbinfo { println!("updating {fmspc}"); let testnet = "https://rpc-falcron.pion-1.ntrn.tech"; + let contract_address = "neutron1r4m59786vmxrx866585ze5ugjx9egcyja0nuxhn2y6d7ht6680sspa89zk"; + let chain_id = tendermint::chain::id("pion-1"); + let sender = "ajinkya"; let client = CliClient::neutrond(testnet); - let tx_hash = client.tx_execute(); + let tx_hash = client.tx_execute(&contract_address, , ); } else { - println!("data up to date") + println!("{fmspc} data up to date") } } // let _ = init_database("standard");