mev-rs
mev-rs copied to clipboard
fix(mev-build-rs): reduce ethers dependency size
Description
Reduces the dependency size primarily in mev-build-rs
using ethers_core
and ethers_signers
sub-crates instead of ethers
. This is in preparation for a port to alloy types - I believe the only blocker here is a wallet for transaction signing (?)