“fast
boolean
It sends the transaction with fast mode when true”
You are using the flashbots endpoint if Im not mistaken. In the flashbot docs it says that when transaction speed for private transactions is set to default the transaction will only be submitted to flashbots validator. If it set to fast the transaction will be send to a bunch a validators (eth_sendPrivateTransaction | Flashbots Docs)
thanks for the fast support! Your script worked now. I have a quick follow up question regarding the fast mode. When I check my tx through the flashbots api endpoint
the fastMode there still says false. Do you know why that is?
Ive found this here maybe this explain it but not sure. When you check the docs of flashbots sendprivatetransaction (eth_sendPrivateTransaction | Flashbots Docs) you can see that
fast: boolean, // Deprecated; required until this is removed from the API. Value has no effect.
Could this explain it? Also do you maybe know a workaround to make sure my tx is not only getting sent to flashbot builder but to all available builders?
That sounds about what Im trying to achieve I just read a bit through the docs and didnt found something explaining requirements. Is the transaction boost you provide for free or is this only available in some kind of subscribtion?