Skip to content

Commit

Permalink
Merge pull request #161 from propeller-heads/execution/dc/update-version
Browse files Browse the repository at this point in the history
chore: Update quickstart with new router addresses
  • Loading branch information
dianacarvalho1 authored Mar 5, 2025
2 parents 678c373 + 6dc5394 commit 8ca8cbe
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"], tag = "0.58.0" }
tycho-execution = { git = "https://github.com/propeller-heads/tycho-execution.git", package = "tycho-execution", features = ["evm"], tag = "0.60.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 @@ -59,13 +59,13 @@ static ROUTER_ADDRESSES: LazyLock<HashMap<Chain, Bytes>> = LazyLock::new(|| {
HashMap::from([
(
Chain::Ethereum,
"0x023eea66B260FA2E109B0764774837629cC41FeF"
"0x6512E8f80Ab24e6dD6eB042897898516c3175375"
.parse::<Bytes>()
.expect("Failed to create router address"),
),
(
Chain::Base,
"0x94ebf984511b06bab48545495b754760bfaa566e"
"0xC2C23b0199525DE070D126860133dc3badaD2EEb"
.parse::<Bytes>()
.expect("Failed to create router address"),
),
Expand Down

0 comments on commit 8ca8cbe

Please sign in to comment.