From f24d5d18c142bfd5378d137f5e287272254cb5b1 Mon Sep 17 00:00:00 2001 From: Mikko Ohtamaa Date: Thu, 24 Aug 2023 11:30:23 +0300 Subject: [PATCH] Add MEVBlocker, BlockNative --- docs/source/tutorials/multi-rpc-configuration.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/tutorials/multi-rpc-configuration.rst b/docs/source/tutorials/multi-rpc-configuration.rst index bf8c13f4..041ebfac 100644 --- a/docs/source/tutorials/multi-rpc-configuration.rst +++ b/docs/source/tutorials/multi-rpc-configuration.rst @@ -25,6 +25,10 @@ These instances support multiple JSON-RPC providers, mainly - The method is compatible with Ethereum, but also with other `EVM compatible `__ blockchains like Polygon, Binance Smart Chain, Arbitrum, Avalanche C-Chain +- For some of JSON-RPC providers that provide private mempool, MEV blocking and backrunning services, + see `MEV Blocker `__ by Cowswap, others. Alternatives include e.g. + `Blocknative `__. + - For list of JSON-RPC node providers please see `EthereumNodes.com `__ Configuring