Skip to content

Commit 931cc55

Browse files
authored
[EASY] Migrate cow_amm to alloy (#3879)
# Description Migrates the rest of the cow_amm to alloy # Changes <!-- List of detailed changes (how the change is accomplished) --> - [ ] Removes the ethcontract dep - [ ] Replaces use on re-export ## How to test Tests <!-- ## Related Issues Fixes # -->
1 parent f23ae0b commit 931cc55

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cow-amm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ app-data = { workspace = true }
1010
async-trait = { workspace = true }
1111
contracts = { workspace = true }
1212
database = { workspace = true }
13-
ethcontract = { workspace = true }
1413
ethrpc = { workspace = true }
1514
futures = { workspace = true }
1615
model = { workspace = true }

crates/cow-amm/src/maintainers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use {
22
crate::{Amm, cache::Storage},
33
contracts::alloy::ERC20,
4-
ethcontract::futures::future::{join_all, select_ok},
54
ethrpc::Web3,
5+
futures::future::{join_all, select_ok},
66
shared::maintenance::Maintaining,
77
std::sync::Arc,
88
tokio::sync::RwLock,

0 commit comments

Comments
 (0)