From f1c151ac07a44d62f83ab26be7959b2b4545d2bb Mon Sep 17 00:00:00 2001 From: Shahar Yakir Date: Tue, 5 Dec 2023 16:27:12 +0000 Subject: [PATCH] Update readme.md - remove verifier registry env var --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 56876fa..3832362 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,6 @@ This app is deployed via github actions on github pages for this repository. ### Environment variables -- `VITE_VERIFIER_REGISTRY` / `VITE_VERIFIER_REGISTRY_TESTNET` - the address of the verifier registry contract to interact with when sending the signed message received from backend - `VITE_VERIFIER_ID` - id of the verifier registered with the verifier registry - `VITE_SOURCES_REGISTRY` / `VITE_SOURCES_REGISTRY_TESTNET` - sources registry to fetch data from - `VITE_BACKEND_URL` / `VITE_BACKEND_URL_TESTNET` - urls for backend (split by comma)