From 15d288ee6a7cc90a72b7fa45852a035b3c81bc2f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 18 Oct 2022 15:31:46 +0100 Subject: [PATCH] env var updates --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index a4a7345..d3b8f44 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,2 @@ -NEXT_STATUS_API_URI='http://localhost:8080' -NEXT_NETWORKS='["mainnet","polygon","bsc","moonriver","energyweb","mumbai","moonbase","goerli"]' \ No newline at end of file +NEXT_PUBLIC_STATUS_API_URI='http://localhost:8080' +NEXT_PUBLIC_NETWORKS='["mainnet","polygon","bsc","moonriver","energyweb","mumbai","moonbase","goerli"]' \ No newline at end of file