From 4c1f6ce78f14a8145dcdac29a2e25b5870f50fb2 Mon Sep 17 00:00:00 2001 From: afr q9f <58883403+q9f@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:15:13 +0100 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 982e9104..55678ad6 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The test suite expects working local HTTP and IPC endpoints with a prefunded dev geth --dev --http --ipcpath /tmp/geth.ipc & ``` -It also expects an `$INFURA_TOKEN` in environment to test some ENS queries on mainnet. +It also expects an `$DRPC_TOKEN` in environment to test some ENS queries on mainnet. To run tests, simply use `rspec`. Note, that the Ethereum test fixtures are also required.