Skip to content

Commit

Permalink
chore: readme typo, bump tycho-execution to latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TAMARA LIPOWSKI committed Mar 3, 2025
1 parent 1422117 commit a47d5fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "9bb0d9bc8495f4fff9006d9ed7e353042c023c9c" }
tycho-execution = { git = "https://github.com/propeller-heads/tycho-execution.git", package = "tycho-execution", features = ["evm"], tag = "0.58.0" }

# EVM dependencies
foundry-config = { git = "https://github.com/foundry-rs/foundry", rev = "57bb12e", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export TYCHO_API_KEY=<tycho-api-key-for-chain>
cargo run --release --example quickstart -- --sell-token "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" --buy-token "0x4200000000000000000000000000000000000006" --sell-amount 10 --chain "base"
```

for 10000 USDC -> WBTC.
for 10 USDC -> WETH on Base.

To be able to execute or simulate the best swap, you need to pass your private key:

Expand Down

0 comments on commit a47d5fd

Please sign in to comment.