Skip to content

Commit a89cb4b

Browse files
authored
Add BundleParams example to understanding bundles
Added example BundleParams configuration to the document.
1 parent 70c6c4d commit a89cb4b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/flashbots-mev-share/searchers/understanding-bundles.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
---
1+
-const params: BundleParams = {
2+
inclusion: {
3+
block: 17539448,
4+
maxBlock: 17539458
5+
},
6+
body: [
7+
{tx: "0x02...", canRevert: false},
8+
{tx: "0x02...", canRevert: false},
9+
],
10+
privacy: {
11+
hints: {
12+
txHash: true,
13+
},
14+
},
15+
}--
216
title: Understanding Bundles
317
---
418

0 commit comments

Comments
 (0)