Skip to content

Commit

Permalink
Use proper denoms in osmosis integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Jul 18, 2024
1 parent 5c839a5 commit 9a37af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-interchaintest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ fn main() -> Result<(), Box<dyn StdError + Send + Sync>> {
),
)
.with_pool(
amoguscoin_osmo.clone(),
bruhtoken_osmo.clone(),
amoguscoin.clone(),
bruhtoken.clone(),
Pool::Astroport(
AstroportPoolBuilder::default()
.with_balance_asset_a(10000000u128)
Expand Down

0 comments on commit 9a37af5

Please sign in to comment.