From 887fee99e4fda82a441e1065ac56a446a007db09 Mon Sep 17 00:00:00 2001 From: Dmitry Gusakov Date: Wed, 8 May 2024 09:38:38 +0200 Subject: [PATCH] chore: Add WEB3_INFURA_PROJECT_ID to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 542ed3a9..cc097a94 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,11 @@ Script requires next ENV variables to be set: ## Tests +Set infura project ID +```bash +export WEB3_INFURA_PROJECT_ID= +``` + The fastest way to run the tests is: ```bash