Skip to content

Commit 81eae2f

Browse files
committed
Fix broken links
1 parent d514229 commit 81eae2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/flashbots-protect/mev-refunds.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ By default, all Protect transactions use the [default](/flashbots-protect/settin
1414

1515
## Common privacy settings
1616

17-
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.
17+
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.
1818

1919
### Default
2020

docs/flashbots-protect/settings-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Gas fee refunds can only be sent to a single recipient. If multiple addresses ar
9393
### Mempool Configuration
9494

9595
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:
96-
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.
96+
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.
9797
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.
9898

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

0 commit comments

Comments
 (0)