From 7efa097464925feb0fba7ed288472ea929c2fc1a Mon Sep 17 00:00:00 2001 From: benluelo Date: Thu, 12 Dec 2024 16:35:39 +0000 Subject: [PATCH] feat: small fixes wip: lol add readme --- cosmwasm/union-ibc/README.md | 3 +++ voyager/modules/state/ethereum/src/main.rs | 2 +- voyager/plugins/transaction/ethereum/src/main.rs | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 cosmwasm/union-ibc/README.md diff --git a/cosmwasm/union-ibc/README.md b/cosmwasm/union-ibc/README.md new file mode 100644 index 0000000000..61d988f1d3 --- /dev/null +++ b/cosmwasm/union-ibc/README.md @@ -0,0 +1,3 @@ +- `union-ibc`: [union17e93ukhcyesrvu72cgfvamdhyracghrx4f7ww89rqjg944ntdegscxepme](https://explorer.testnet-9.union.build/union/cosmwasm/0/transactions?contract=union17e93ukhcyesrvu72cgfvamdhyracghrx4f7ww89rqjg944ntdegscxepme) +- `etheruem-light-client`: [union198amaja0zfw53czzfph55xlhwf736qkrcvppx6y3a5rkqmxaj9fshqmczk](https://explorer.testnet-9.union.build/union/cosmwasm/0/transactions?contract=union198amaja0zfw53czzfph55xlhwf736qkrcvppx6y3a5rkqmxaj9fshqmczk) +- `union-ibc-ucs00-pingpong`: [union194e3rchcaqyynwcj6qr6647ge7lheymrgkhq9tdknw35050ufhuqzqz2he](https://explorer.testnet-9.union.build/union/cosmwasm/0/transactions?contract=union194e3rchcaqyynwcj6qr6647ge7lheymrgkhq9tdknw35050ufhuqzqz2he) diff --git a/voyager/modules/state/ethereum/src/main.rs b/voyager/modules/state/ethereum/src/main.rs index 70dbf4e6a8..38f8f149d6 100644 --- a/voyager/modules/state/ethereum/src/main.rs +++ b/voyager/modules/state/ethereum/src/main.rs @@ -225,7 +225,7 @@ impl Module { .provider() .call(&TransactionRequest { from: None, - to: Some(address!("ed2af2aD7FE0D92011b26A2e5D1B4dC7D12A47C5").into()), + to: Some(alloy::primitives::Address::from(self.ibc_handler_address).into()), input: TransactionInput::new( Ibc::channelsCall { _0: channel_id }.abi_encode().into(), ), diff --git a/voyager/plugins/transaction/ethereum/src/main.rs b/voyager/plugins/transaction/ethereum/src/main.rs index 505c564d9c..82b5c6b665 100644 --- a/voyager/plugins/transaction/ethereum/src/main.rs +++ b/voyager/plugins/transaction/ethereum/src/main.rs @@ -382,7 +382,7 @@ impl Module { info!("submitting evm tx"); - match call.gas(15_000_000).send().await { + match call.send().await { Ok(ok) => { let tx_hash = ::from(*ok.tx_hash()); async move {