ethers-provider-flashbots-bundle icon indicating copy to clipboard operation
ethers-provider-flashbots-bundle copied to clipboard

Internal server error on eth_callBundle method with Flashbot's Sepolia RPC

Open pashkin-acc opened this issue 2 years ago • 2 comments

https://relay-sepolia.flashbots.net returns 500 Internal Server Error on eth_callBundle method call:

{
  "error": "Internal Server Error"
}

Though, for example, eth_sendBundle method works.

pashkin-acc avatar Aug 23 '23 10:08 pashkin-acc

exactly same issue here! I think it doesn't work properly on sepolia, since my eth_sendBundle methods get timeout results or not inclueded always. Any update?

versedpro avatar Oct 01 '23 15:10 versedpro

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": .... }] }'

zeroaddresss avatar Dec 25 '23 19:12 zeroaddresss