web3-flashbots
web3-flashbots copied to clipboard
Web3.py plugin for using Flashbots' bundle APIs
A recent change in dependencies has broken the package's interaction with a key implicit component, Brownie. One resolution is to add automatic dependency checking to catch these breaking changes before...
I found in the flashbots rpc doc there is a "builders" param with the eth_sendBundle,which can send our bundle to a lot of builder,but this lib has not support "builders"...
There are 7 parameters in the [eth_sendBundle](https://docs.flashbots.net/flashbots-auction/advanced/rpc-endpoint#eth_sendbundle) JSON-RPC method but only 6 of them are allowed to be set in opts. This merge simply adds support for setting `builders`
I tried to send_bundle function on sepolia net. But these error occurs. """ Traceback (most recent call last): File "/home/Eth-bundle/./bundle.py", line 199, in main() File "/home/Eth-bundle/./bundle.py", line 191, in main...