From 9a37af55fa2b196809e526b82c2f7b7d976ea531 Mon Sep 17 00:00:00 2001 From: Dowland Aiello Date: Thu, 18 Jul 2024 12:55:12 -0700 Subject: [PATCH] Use proper denoms in osmosis integration test. --- local-interchaintest/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local-interchaintest/src/main.rs b/local-interchaintest/src/main.rs index dfab95acc..ea3ba5565 100644 --- a/local-interchaintest/src/main.rs +++ b/local-interchaintest/src/main.rs @@ -311,8 +311,8 @@ fn main() -> Result<(), Box> { ), ) .with_pool( - amoguscoin_osmo.clone(), - bruhtoken_osmo.clone(), + amoguscoin.clone(), + bruhtoken.clone(), Pool::Astroport( AstroportPoolBuilder::default() .with_balance_asset_a(10000000u128)