From b18880c5e2403dd835cdc018056b2c7180a46eaa Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 28 Nov 2022 07:06:47 +0000 Subject: [PATCH] document health_compass --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 837e596a..ee0ae1f9 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,12 @@ $ websocat ws://127.0.0.1:8544 You can copy `config/example.toml` to `config/production-$CHAINNAME.toml` and then run `docker-compose up --build -d` start proxies for many chains. +Compare 3 RPCs: + +``` +web3_proxy_cli health_compass https://eth.llamarpc.com https://eth-ski.llamarpc.com https://rpc.ankr.com/eth +``` + ### Run migrations This is only really useful during development. The migrations run on application start.