From e508633d81a816cca116495eba0488cdf30e6cfc Mon Sep 17 00:00:00 2001 From: Adrian Sutton Date: Fri, 10 Mar 2023 10:53:10 +1000 Subject: [PATCH] Update README to reflect that rpc tests are now run on hive2. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 602e0ab0f3..5d26370f61 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Hive is a system for running integration tests against Ethereum clients. Ethereum Foundation maintains two public Hive instances to check for consensus, p2p and blockchain compatibility: -- eth1 consensus, rpc, p2p tests are on -- Engine API integration tests are on +- eth1 consensus, graphql and p2p tests are on +- Engine API integration and rpc tests are on **To read more about hive, please check [the documentation][doc].**