From 66a4089790b9472eaddc9bd09ce573a1b9d026e6 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Wed, 3 Nov 2021 16:20:38 -0400 Subject: [PATCH] Add pokt recommendation to the readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9228ae0..8343f07 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,16 @@ kind create cluster Set an environment variable `RPC_URL` to an RPC for fetching blocks. +mev-inspect-py currently requires a node with support for Erigon traces and receipts (not geth yet 😔). + +[pokt.network](pokt.network)'s "Ethereum Mainnet Archival with trace calls" is a good free option. + Example: ``` export RPC_URL="http://111.111.111.111:8546" ``` -**Note**: mev-inspect-py currently requires an RPC of a full archive node with support for Erigon traces and receipts (not geth 😔). Next, start all services with: