paradigmxyz / artemis

A simple, modular, and fast framework for writing MEV bots in Rust.
Apache License 2.0
2.3k stars 441 forks source link

MevshareExecutor does not allow for Goerli testnet use #54

Open Yorkemartin opened 1 year ago

Yorkemartin commented 1 year ago

MEVShare is live on Goerli. It seems prudent to make an Executer that allows the sending of bundles to the mev share matchmaker on goerli via https://relay-goerli.flashbots.net/ 41

https://github.com/paradigmxyz/artemis/blob/88fb49346eb32b983fab9c7a035436ffc603a8d7/crates/artemis-core/src/executors/mev_share_executor.rs#L27

mteam88 commented 1 year ago

I think the deeper problem here is the lack of configuration for the mev share relay at all. It doesn't allow for other relays that may implement mev share.

I think we should look into adding configuration for this.