Skip to content

Commit

Permalink
fix up set host zone
Browse files Browse the repository at this point in the history
  • Loading branch information
keyleu committed Jul 10, 2024
1 parent 34e0c7a commit f4b0014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/setup/stride.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl TestContext {
pub fn set_up_stride_host_zone(&mut self, dest_chain: &str) {
let native_denom = self.get_native_denom().src(dest_chain).get().clone();

let host_denom_on_stride = self.get_ibc_denom(&native_denom, STRIDE_CHAIN_NAME, dest_chain);
let host_denom_on_stride = self.get_ibc_denom(&native_denom, dest_chain, STRIDE_CHAIN_NAME);

let stride = self.get_chain(STRIDE_CHAIN_NAME);
let stride_rb = &stride.rb;
Expand Down

0 comments on commit f4b0014

Please sign in to comment.