Skip to content

Commit

Permalink
fix: Update tycho-execution tag
Browse files Browse the repository at this point in the history
--- don't change below this line ---
ENG-4225 Took 3 minutes
  • Loading branch information
dianacarvalho1 committed Feb 27, 2025
1 parent 0d3a8a4 commit 81fe59a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy_static = "1.4.0"
# Tycho dependencies
tycho-core = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-core", tag = "0.56.5" }
tycho-client = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-client", tag = "0.56.5" }
tycho-execution = { git = "https://github.com/propeller-heads/tycho-execution.git", package = "tycho-execution", features = ["evm"], rev = "05a1843f9c3f916d4af8fbf67cccf3b3b94aeab8" }
tycho-execution = { git = "https://github.com/propeller-heads/tycho-execution.git", package = "tycho-execution", features = ["evm"], tag = "0.54.0" }

# EVM dependencies
foundry-config = { git = "https://github.com/foundry-rs/foundry", rev = "57bb12e", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions examples/quickstart/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ struct Cli {
#[arg(short, long, default_value_t = 1.0)]
sell_amount: f64,
/// The tvl threshold to filter the graph by
#[arg(short, long, default_value_t = 10.0)]
#[arg(short, long, default_value_t = 100.0)]
tvl_threshold: f64,
#[arg(short, long, default_value = FAKE_PK)]
swapper_pk: String,
Expand Down Expand Up @@ -192,7 +192,7 @@ async fn main() {
continue
}
println!("Do you want to simulate, execute or skip this swap?");
println!("Please be aware that the market might move while you make your decision. Which might lead to a revert if you've set a min amount out or slippage.");
println!("Please be aware that the market might move while you make your decision, which might lead to a revert if you've set a min amount out or slippage.");
print!("(simulate/execute/skip): ");
io::stdout().flush().unwrap();
let mut input = String::new();
Expand Down

0 comments on commit 81fe59a

Please sign in to comment.