From 13403454734633c52f5351d46264500e0f2e98de Mon Sep 17 00:00:00 2001 From: ChaituVR Date: Sat, 18 Nov 2023 00:39:04 +0530 Subject: [PATCH] fix: update hub testnet URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 092d16e..9154703 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ yarn install ```dotenv DATABASE_URL=mysql://... -HUB_URL=https://hub.snapshot.org # Use https://testnet.snapshot.org for the demo instance +HUB_URL=https://hub.snapshot.org # Use https://testnet.hub.snapshot.org for the demo instance SERVICE_EVENTS=1 ```