In addition to the Flashbots Goerli relay, now also theĀ Flashbots Sepolia relay allows block submissions from external buildersĀ š
Sepolia relay block submission endpoints:
getValidators
:Ā https://builder-relay-sepolia.flashbots.net/relay/v1/builder/validatorsĀ (GET) - array of proposer preferences for registered validators with assigned duties in the current and next epochsubmitBlock
:Ā https://builder-relay-sepolia.flashbots.net/relay/v1/builder/blocksĀ (POST)
See also:
- Relay API documentation - Block Builder API
- Block Builder Self-Help Group: https://collective.flashbots.net/c/builders/14
- Github issue about becoming block builder: https://github.com/flashbots/mev-boost/issues/145
- Instructions for submitting blocks to the Flashbots Goerli relay
- https://github.com/flashbots/boost-geth-builder - an example builder implementation
Note: Submissions are currently rate-limited to 60 / minute.
ā”Ā If you have additional questions, please ask on GitHub or Discord!