Skip to content

Commit 99cffdf

Browse files
authored
blockrange (#590)
1 parent 35eab48 commit 99cffdf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/flashbots-protect/settings-guide.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ Allow reverted transactions by including the `canRevert` query parameter in your
118118
https://rpc.flashbots.net?canRevert=true
119119
```
120120

121+
### Block range
122+
123+
By default we try to land transactions in the next 25 blocks. You can change this range by including the `blockRange` query parameter in your request.
124+
125+
```url
126+
https://rpc.flashbots.net?blockRange=10
127+
```
128+
121129
### Bundle Mode
122130

123131
Use the Protect PRC in bundle mode to interactively construct a bundle of transactions that you want to be land together. This setting is typically used for whitehat rescues and you can find the complete documentation in the [Flashbots API docs](https://docs.flashbots.net/flashbots-protect/additional-documentation/bundle-cache).

0 commit comments

Comments
 (0)