diff --git a/docs/flashbots-mev-share/searchers/understanding-bundles.mdx b/docs/flashbots-mev-share/searchers/understanding-bundles.mdx index 74469ab88..ebff82092 100644 --- a/docs/flashbots-mev-share/searchers/understanding-bundles.mdx +++ b/docs/flashbots-mev-share/searchers/understanding-bundles.mdx @@ -1,4 +1,18 @@ ---- +-const params: BundleParams = { + inclusion: { + block: 17539448, + maxBlock: 17539458 + }, + body: [ + {tx: "0x02...", canRevert: false}, + {tx: "0x02...", canRevert: false}, + ], + privacy: { + hints: { + txHash: true, + }, + }, +}-- title: Understanding Bundles ---