Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
sketsdever committed Sep 17, 2024
1 parent d514229 commit 81eae2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/flashbots-protect/mev-refunds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ By default, all Protect transactions use the [default](/flashbots-protect/settin

## Common privacy settings

You can customize how much information is shared about your transactions in MEV-Share. Each piece of information is called a "hint". Sharing more hints can increase refunds, while sharing fewer hints can increase privacy. Below are some common hint choices for different levels of privacy. See the complete [settings page](/flsahbots-protect/settings-guide) for a full list of all settings you can apply to your RPC request.
You can customize how much information is shared about your transactions in MEV-Share. Each piece of information is called a "hint". Sharing more hints can increase refunds, while sharing fewer hints can increase privacy. Below are some common hint choices for different levels of privacy. See the complete [settings page](/flashbots-protect/settings-guide) for a full list of all settings you can apply to your RPC request.

### Default

Expand Down
2 changes: 1 addition & 1 deletion docs/flashbots-protect/settings-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Gas fee refunds can only be sent to a single recipient. If multiple addresses ar
### Mempool Configuration

Send certain transactions to the public mempool to improve the likelihood of inclusion by including the `useMempool` query parameter. If either of the following conditions are true, Flashbots will send all pending transactions with this parameter to the public mempool:
1. The Ethereum validator responsible for proposing the next block does not run [MEV-Boost](/flashbots-mev-boost). Approximately 10% of Ethereum blocks do not include any private transactions. Sending your transaction to the public mempool will give you access to those blocks at the expense of privacy and MEV refunds.
1. The Ethereum validator responsible for proposing the next block does not run [MEV-Boost](/flashbots-mev-boost/introduction). Approximately 10% of Ethereum blocks do not include any private transactions. Sending your transaction to the public mempool will give you access to those blocks at the expense of privacy and MEV refunds.
2. The transaction has not been included for 25 blocks: Some transactions pay very low priority fees are unlikely to land within 25 blocks. Send them to the public mempool to allow them to wait for lower gas prices.

To enable this feature, add the `useMempool` parameter to your Protect RPC URL:
Expand Down

0 comments on commit 81eae2f

Please sign in to comment.