Skip to content

Commit

Permalink
Use defaults for other relevant test fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Jul 18, 2024
1 parent 8fdf397 commit eb00ff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local-interchaintest/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ pub struct Test {
description: String,

/// Fully qualified denoms (i.e., factory/neutronxyz/tokenabc or untrn or ibc/xyz)
#[builder(default)]
denoms: Vec<String>,

/// How much of a given subdenom acc0 owns on a given chain
Expand All @@ -327,6 +328,7 @@ pub struct Test {
tokenfactory_token_balances_acc0: HashMap<Denom, u128>,

/// (Denom a, denom b) or (offer asset, ask asset) -> pool
#[builder(default)]
pools: HashMap<(Denom, Denom), Vec<Pool>>,

/// The test that should be run with the arb bot output
Expand Down

0 comments on commit eb00ff3

Please sign in to comment.