You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/flashbots-protect/settings-guide.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,14 @@ Allow reverted transactions by including the `canRevert` query parameter in your
118
118
https://rpc.flashbots.net?canRevert=true
119
119
```
120
120
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
+
121
129
### Bundle Mode
122
130
123
131
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