mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Remove ethers mono-crate
Reduces size of ethereum-serai and gives us clarity on what's used. Next should be rmeoving the ethers-provided signing code.
This commit is contained in:
@@ -4,10 +4,10 @@ use rand_core::OsRng;
|
||||
|
||||
use ::k256::{elliptic_curve::bigint::ArrayEncoding, U256};
|
||||
|
||||
use ethers::{
|
||||
prelude::*,
|
||||
utils::{keccak256, Anvil, AnvilInstance},
|
||||
};
|
||||
use ethers_core::utils::{keccak256, Anvil, AnvilInstance};
|
||||
use ethers_middleware::{Middleware, SignerMiddleware};
|
||||
use ethers_providers::{Provider, Http};
|
||||
use ethers_signers::LocalWallet;
|
||||
|
||||
use frost::{
|
||||
curve::Secp256k1,
|
||||
|
||||
Reference in New Issue
Block a user