Open ghost opened 11 months ago
@mattsse This should be implemented in alloy too, correct? mev_simBundle requires this: https://github.com/flashbots/mev-share/blob/main/specs/bundles/v0.1.md
yeah I think we could actually move all of these types into the alloy mev crate:
https://github.com/paradigmxyz/mev-share-rs/blob/main/crates/mev-share-sse/src/types.rs
Bundle
has been added to BundleItem
on alloy: https://github.com/alloy-rs/alloy/pull/1418 Should it be added in this repo as well? @mattsse
What's the reason that
mev-share-rs
doesn't support usingBundle
as aBundleItem
?I see that MEV-Share supports this.