From f7c88e883f56ebe03e698c7825d802a84dc67221 Mon Sep 17 00:00:00 2001 From: Adw8 Date: Wed, 17 Jul 2024 15:59:10 +0530 Subject: [PATCH] Update faucet port in env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index bd58183..0cb062d 100644 --- a/.env.example +++ b/.env.example @@ -2,6 +2,6 @@ REACT_APP_WALLET_CONNECT_ID= REACT_APP_ETHEREUM_MAINNET_CHAIN_ID=1 REACT_APP_LACONICD_CHAIN_ID=laconic_9000-1 REACT_APP_REGISTRY_GQL_ENDPOINT=http://localhost:9473/api -REACT_APP_LACONICD_RPC_ENDPOINT=http://127.0.0.1:26657/ +REACT_APP_LACONICD_RPC_ENDPOINT=http://localhost:26657 REACT_APP_LACONICD_DENOM=photon -REACT_APP_FAUCET_ENDPOINT=http://localhost:3000 +REACT_APP_FAUCET_ENDPOINT=http://localhost:4000