Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ace0ce7

Browse files
authoredJul 22, 2024··
Update multiplexing threshold
1 parent 5169479 commit ace0ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/flashbots-auction/advanced/gas-fee-refunds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Flashbots block builder does not land 100% of blocks. In order to land bundl
3434

3535
To share bundles with other builders, add the `builders` field to your `eth_sendBundle` request. The `builders` field accepts a list of strings which correspond to the "name" tags of [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json).
3636

37-
All `eth_sendBundle` requests are shared with the Flashbots builder. They are multiplexed to other block builders at the end of the slot (<= 0.5s before the slot ends) if the Flashbots builder determines it will not win that block.
37+
All `eth_sendBundle` requests are shared with the Flashbots builder. They are multiplexed to other block builders at the end of the slot (<= 1s before the slot ends) if the Flashbots builder determines it will not win that block.
3838

3939
For example:
4040

0 commit comments

Comments
 (0)
Please sign in to comment.