mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 13:09:24 +00:00
Smash serai-client so the processors don't need the entire lib to access their specific code
We prior controlled this with feature flags. It's just better to define their own crates.
This commit is contained in:
@@ -5,7 +5,7 @@ use frost::dkg::ThresholdKeys;
|
||||
|
||||
use alloy_core::primitives::{U256, Address as EthereumAddress};
|
||||
|
||||
use serai_client::networks::ethereum::Address;
|
||||
use serai_client_ethereum::Address;
|
||||
|
||||
use scheduler::SignableTransaction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user