Skip to content

Commit

Permalink
Remove a TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Jul 18, 2024
1 parent 90fc58b commit b7fa07d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions local-interchaintest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ fn main() -> Result<(), Box<dyn StdError + Send + Sync>> {
base_chain: String::from("osmosis"),
base_denom: String::from("uosmo"),
};

// TODO:
// Test case (osmosis -> neutron)
let uosmo_ntrn = Denom::Interchain {
base_denom: String::from("uosmo"),
base_chain: String::from("osmosis"),
dest_chain: String::from("neutron"),
};

TestRunner::new(&mut ctx, args)
.start()?
Expand Down Expand Up @@ -308,7 +310,7 @@ fn main() -> Result<(), Box<dyn StdError + Send + Sync>> {
),
)
.with_pool(
amoguscoin.clone(),
uosmo_ntrn.clone(),
bruhtoken.clone(),
Pool::Astroport(
AstroportPoolBuilder::default()
Expand Down

0 comments on commit b7fa07d

Please sign in to comment.