flashbots / ethers-provider-flashbots-bundle

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

Internal server error for Flashbot's Goerli Builder RPC #101

Open astralmaster opened 1 year ago

astralmaster commented 1 year ago

https://relay-goerli.flashbots.net returns Internal Server Error since yesterday on any bundle submission.

nagualdev commented 1 year ago

I have the same problem but for sepolia -> https://relay-sepolia.flashbots.net

krishpatel3778 commented 1 year ago

I have the same problem but for sepolia -> https://relay-sepolia.flashbots.net

Same error as well. Does anybody have a solution yet?

abooo96 commented 1 year ago

I have also the same issue for sepolia.

Goerli is deprecated and will be shut down this year anyways by the ethereum foundation, so there won't be any further support probably for flashbots.

Source: https://ethereum.org/en/developers/docs/networks/#goerli

zeroaddresss commented 8 months ago

On Sepolia, issue still persists both on bundle simulation and when sending bundle:

reason: 'bad response',
code: 'SERVER_ERROR',
status: 500,
body: '{"error":"Internal Server Error"}',
requestBody: '{"method":"eth_callBundle","params":[{"txs": .... }] }'