add execute
This commit is contained in:
parent
a1f34dc1f1
commit
b1b6272fdb
1 changed files with 5 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue