flashbots / ethers-provider-flashbots-bundle

Flashbots provider for ethers.js
543 stars 212 forks source link

feat: Broadcaster Middleware #104

Open TitanBuilder opened 1 year ago

TitanBuilder commented 1 year ago

We've added a new Broadcaster Middleware which takes a list of builders in the constructor and sends a bundle to each builder when 'send bundle' is called. As it's quite common for searchers to send to more than one builder these days, we feel this could be a useful feature to have. We are happy to discuss further and make any necessary changes.

Stanback commented 1 year ago

I like it, slightly more elegant than my solution 😅

rileyg98 commented 1 year ago

Keen to see this merged.

sakulstra commented 5 months ago

Would love to see this merged, but i think needs to be ported to ethers v6 as main was recently updated @TitanBuilder