Skip to content

Commit

Permalink
fix stride denom
Browse files Browse the repository at this point in the history
  • Loading branch information
keyleu committed Jul 8, 2024
1 parent a7125a1 commit 1382b1d
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 @@ -8,7 +8,7 @@ pub fn set_up_host_zone(test_ctx: &mut TestContext, dest_chain: &str) {
let native_denom = test_ctx.get_native_denom().src(dest_chain).get().clone();

let host_denom_on_stride = test_ctx
.get_ibc_denom(native_denom, STRIDE_CHAIN_NAME, dest_chain)
.get_ibc_denom(native_denom, dest_chain, STRIDE_CHAIN_NAME)
.unwrap();

let stride = test_ctx.get_chain(STRIDE_CHAIN_NAME);
Expand Down

0 comments on commit 1382b1d

Please sign in to comment.