web3-flashbots
web3-flashbots copied to clipboard
Web3.py plugin for using Flashbots' bundle APIs
Since Goerli gonna sunset, it makes sense to add new example based on Sepolia testnet. Changes: * Seems simulation only works on mainnet, so ignore simulation when "USE_GOERLI" is "True";...
A couple of days ago I was able to run the simple.py on GOERLI and on Mainnet, I did up to 4 transactions in a single bundle. Not sure what...
This PR aims to support web3.py versions >=6.0.0, =6.0.0.
web3.py v6 has breaking changes. Currently flashbots only supports web3 (>=5.22.0,
I'm using the last stable version of web3 (v6.13.0) but flashbots is incompatible with it and I receive the error: **(AttributeError("'Flashbots' object has no attribute 'web3'"))** While installing flashbots it...
1, change the function in web3py to the latest version 2, block the type of tx in FlashbotsPrivateTransactionResponse class 3, Flashbots class set the type of w3 ``` is_async =...
Several times I tried to use the lib to run transaction simulations, but it seems to have been difficult and unsuccessful work. This is how I am importing and using...
I tried using this library with various other endpoints e.g. rsync, beaverbuild etc because Flashbot doesn't get a lot of blocks anymore... but none of them seem to be supported.
Hi, When I write some test case, for example, 1st step, swap ETH to UNI, 2nd step approve uniswap router, then the 3rd step swap UNI back to ETH. I...