When we send callBundle requests, the Flashbot specifies certain parameters that are necessary. But when we miss one of these fields, Flashbot will return the error "Internal Error".
It is very hard to debug. So I add some lines of code to validate the parameters following the Flashbot documentation to save a lot of time for other developers who will use this endpoint.
When we send
callBundle
requests, the Flashbot specifies certain parameters that are necessary. But when we miss one of these fields, Flashbot will return the error "Internal Error".It is very hard to debug. So I add some lines of code to validate the parameters following the Flashbot documentation to save a lot of time for other developers who will use this endpoint.