From caa2008c1286a7e928ef7e8ba5cbcf5aebd3b3c0 Mon Sep 17 00:00:00 2001 From: achille Date: Sun, 19 May 2024 01:11:11 +0700 Subject: [PATCH] update .env --- frontend/.env.example | 2 +- frontend/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/.env.example b/frontend/.env.example index 618ec25..ab99e55 100644 --- a/frontend/.env.example +++ b/frontend/.env.example @@ -1,7 +1,7 @@ VITE_BACKEND_ENDPOINT=https://backend-develop-bd5f.up.railway.app/v1 VITE_ALCHEMY_SEPOLIA_PROVIDER_URL=https://eth-sepolia.g.alchemy.com/v2/F_3kP4qK3m83Mzp0ZsxoBSNwXn9AWZfy VITE_ALCHEMY_POLYGON_AMOY_PROVIDER_URL=https://polygon-amoy.g.alchemy.com/v2/00lwM-S0sm1EDraB9zsyZmQbLjzLtQKZ -VITE_CURRENT_NETWORK_ID=11155111n +VITE_CURRENT_NETWORK_ID=11155111 VITE_CURRENT_NETWORK_NAME=sepolia SECRET_WORDS=blouse vote across march asthma double royal chief pilot camp laundry define NETWORK_NAME=sepolia diff --git a/frontend/.gitignore b/frontend/.gitignore index 38adffa..69912f1 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -26,3 +26,5 @@ coverage *.njsproj *.sln *.sw? + +contracts/* \ No newline at end of file