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:
Luke Parker
2023-11-06 17:26:32 -05:00
parent 205bec36e5
commit c9003874ad
5 changed files with 40 additions and 61 deletions

View File

@@ -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,