Skip to content

Commit

Permalink
update cancellation info
Browse files Browse the repository at this point in the history
  • Loading branch information
TymKh committed Sep 6, 2024
1 parent 95efc74 commit 4a24d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
3 changes: 3 additions & 0 deletions docs/flashbots-auction/advanced/bundle-cancellations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Bundles can be replaced and canceled using a unique identifier (`replacementUuid
maxTimestamp,
revertingTxHashes,
replacementUuid, // UUIDv4 to uniquely identify submission
builders,
}
]
}
Expand All @@ -36,6 +37,7 @@ To replace a bundle, send the new bundle via `eth_sendBundle` with the same `rep
### Canceling bundles

Canceling a bundle will prevent Flashbots builders from including it on-chain. To cancel a bundle, call the [`eth_cancelBundle`](/flashbots-auction/advanced/rpc-endpoint#eth_cancelbundle) endpoint, or use the `cancelBundle` function in your preferred [Flashbots library](/flashbots-auction/libraries/bundle-relay).
It is important to use the same set of builders as the original bundle submission to achieve a successful cancellation.

```json
{
Expand All @@ -45,6 +47,7 @@ Canceling a bundle will prevent Flashbots builders from including it on-chain. T
"params": [
{
replacementUuid, // UUIDv4 to uniquely identify submission
builders,
}
]
}
Expand Down
26 changes: 0 additions & 26 deletions docs/flashbots-mev-share/searchers/cancelling-bundles.mdx

This file was deleted.

0 comments on commit 4a24d80

Please sign in to comment.