pm
pm copied to clipboard
Everything there is to know about Flashbots
I am attempting `eth_sendPrivateTransaction` with transactions which include an `accessList` (on ethereum/mainnet). No matter how much I increase the `maxFeePerGas` and `maxPriorityFeePerGas` values, these transactions always end up showing `"status":"FAILED"`...
`const flashbotsProvider = await FlashbotsBundleProvider.create( provider, authSigner, // 使用主网 Flashbots,需要把下面两行删去 'https://relay-sepolia.flashbots.net/', 'sepolia' ); // EIP 1559 transaction const transaction0 = { chainId: 11155111, type: 2, to: "0xC1c4301C5bd4eBe2C04817aC815AaceB4DeDA8DB", value: ethers.utils.parseEther("0.001"), maxFeePerGas:...
I got banned from the server, I was asking for help in identifyng if the smart contract that was shared on twitter was Legit or not! This is quinn.kin, btw...
Goerli test network faucet didn't money now, please send me some, thank you very much, my address is 0 xb8910d898620ef167651f58d914cfb8ad0b930bd
While reading the documentation, I noticed I was in the second paragraph without know the meaning of MEV, I think it will be useful for others going over the doc....
I'm trying to send a flashbot Bundle with several transactions. I use the following code to sign and send a bundle: ``` const signedTransactions = await flashbotsProvider.signBundle([ { signer: MyWallet,...
Hey, When simulating a `bundle`, everything works just fine, however, when submitting it using: ```js const bundleReceipt = await flashbotsProvider.sendRawBundle( signedBundle, targetBlockNumber ); ``` Then I get the following error...
If one of the transactions in the flashbot bundle fails, will the status of Ethereum be rolled back? For example, if the thrid transaction fails in a bundle, will the...
I am trying to use getConflictingBundle endpoint and always get this error when my txs are 100% sure not reverting, doesn't make any sense . 1) when same tx sent...