Skip to content

Commit 234d0a7

Browse files
committed
Migrate cow_amm to alloy
1 parent 29ad31b commit 234d0a7

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)