Skip to content

Commit

Permalink
Mention alchemy supports cancellations
Browse files Browse the repository at this point in the history
  • Loading branch information
sketsdever committed Oct 18, 2023
1 parent 5b52df0 commit 5e8b246
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/flashbots-auction/advanced/rpc-endpoint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ example response:
`eth_cancelBundle` is used to prevent a submitted bundle from being included on-chain.
See [bundle cancellations](/flashbots-auction/advanced/bundle-cancellations) for more information.

[`eth_cancelPrivateTransaction`](https://docs.alchemy.com/alchemy/apis/ethereum/eth_cancelPrivateTransaction/?a=fb) is also supported on [Alchemy](https://alchemy.com/?a=fb).

> :information_source: `replacementUuid` must have been set when bundle was submitted.
```json
Expand All @@ -280,7 +282,7 @@ See [bundle cancellations](/flashbots-auction/advanced/bundle-cancellations) for

`eth_sendPrivateTransaction` is used to send a single transaction to Flashbots. Flashbots will attempt to build a block including the transaction for the next 25 blocks. See [Private Transactions](/flashbots-protect/additional-documentation/eth-sendPrivateTransaction) for more info.

[`eth_sendPrivateTransaction`](https://docs.alchemy.com/reference/eth-sendprivatetransaction?a=fb) is also supported for free on [Alchemy](https://alchemy.com?a=fb).
[`eth_sendPrivateTransaction`](https://docs.alchemy.com/reference/eth-sendprivatetransaction?a=fb) is also supported on [Alchemy](https://alchemy.com?a=fb).

This method has the following JSON-RPC format:

Expand Down

0 comments on commit 5e8b246

Please sign in to comment.