flashbots-docs
flashbots-docs copied to clipboard
If you actually run the example code it doesn't work, you need to use "hash" instead of "transaction_hash" if you wanna hint it
When I tried to do simulate with the ethers client, my request got blocked by cors on sepolia relay. I was using it on next.js. ``` Access to fetch at...
[This spec](https://docs.flashbots.net/flashbots-mev-share/searchers/understanding-bundles#bundle-definition) doesn't specify the default behavior for privacy.hints. If the `privacy` field is missing, or if `privacy.hints` is missing, what information is shared to the public MEVShare feed? This...
Why do my transactions get distributed across different blocks when I call the send_bundle method, even though I ensure that my priority fee is sufficient?
https://docs.flashbots.net/flashbots-auction/advanced/rpc-endpoint I was adding the RPC endpoint to MetaMask, and it failed because of eth_chainId. I don’t need a fix or advice on how to work around it, I’m just...
Add/update note/warning about deprecated endpoints
I appreciate how the fields are documented for request models for the bundle methods, but the response objects are just mere examples { "jsonrpc": "2.0", "id": "123", "result": { "bundleGasPrice":...
## Summary - Add MEV refund metrics widget component that displays real-time data from Dune Analytics - Integrate widget into the navbar to show MEV and gas refund values -...