flashbots / ethers-provider-flashbots-bundle

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

getConflictingBundle uses hardcoded blocks api #77

Open xrchz opened 1 year ago

xrchz commented 1 year ago

It looks like getConflictingBundle uses fetchBlocksApi that has a hardcoded API endpoint (see https://github.com/flashbots/ethers-provider-flashbots-bundle/blob/master/src/index.ts#L814).

I think this means it does not work for bundles submitted to another network, e.g., Goerli.