Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Jan 6, 2025
1 parent a47694e commit f84ea67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
1 change: 0 additions & 1 deletion crates/cli/src/commands/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ pub async fn setup(

scenario.deploy_contracts().await?;
scenario.run_setup().await?;
// TODO: catch failures and prompt user to retry specific steps

Ok(())
}
1 change: 0 additions & 1 deletion crates/cli/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ async fn is_balance_sufficient(
Ok(balance >= min_balance)
}

///
pub async fn fund_accounts(
accounts: &[PrivateKeySigner],
fund_with: &PrivateKeySigner,
Expand Down
30 changes: 3 additions & 27 deletions scenarios/univ2ConfigTest.toml

Large diffs are not rendered by default.

0 comments on commit f84ea67

Please sign in to comment.