Skip to content

Commit

Permalink
feat(zerg): upgrade to latest solidity binding
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Jan 26, 2024
1 parent 4bc8740 commit 7f27e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zerg/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::{
use chain_utils::{cosmos_sdk::CosmosSdkChainExt, EventSource};
use contracts::{
erc20,
ibc_handler::SendPacketFilter,
ibc_packet::SendPacketFilter,
ucs01_relay::{self as ucs01relay, LocalToken},
};
use cosmwasm_std::Uint128;
Expand Down Expand Up @@ -83,7 +83,7 @@ impl Context {
"wasm.{}/{}/{}",
zerg_config.union_contract, zerg_config.channel, zerg_config.union.fee_denom
);
let denom_address = ucs01_relay.denom_to_address(denom).call().await.unwrap();
let denom_address = ucs01_relay.get_denom_address(denom).call().await.unwrap();
tracing::debug!("Fetched denom address.");

for signer in zerg_config.clone().evm.signers.into_iter() {
Expand Down

0 comments on commit 7f27e0f

Please sign in to comment.