Skip to content

Commit c5f0a8c

Browse files
authored
Better send bundle default (#551)
1 parent c43281f commit c5f0a8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ const params: BundleParams = {
3939
maxBlock: targetBlock + 3,
4040
},
4141
body: bundle,
42+
// send the bundles to more builders to speed up inclusion
43+
privacy: {
44+
builders: ["flashbots", "beaverbuild.org", "rsync", "Titan"]
45+
}
4246
}
4347

4448
const bundleResult = await mevShareClient.sendBundle(params)

0 commit comments

Comments
 (0)