From 0d2a17008e20b795d19b4abf9f2f2b68be46809b Mon Sep 17 00:00:00 2001 From: Valtteri Karesto Date: Tue, 22 Mar 2022 17:06:50 +0200 Subject: [PATCH] Update envs --- .env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index c0177df..5096cc1 100644 --- a/.env.example +++ b/.env.example @@ -3,6 +3,7 @@ GITHUB_SECRET="" GITHUB_ID="" NEXT_PUBLIC_COMPILE_API_ENDPOINT="http://localhost:9000/api/build" NEXT_PUBLIC_LANGUAGE_SERVER_API_ENDPOINT="ws://localhost:9000/language-server/c" -NEXT_PUBLIC_TESTNET_URL="wss://hooks-testnet-v2.xrpl-labs.com" -NEXT_PUBLIC_DEBUG_STREAM_URL"wss://hooks-testnet-v2-debugstream.xrpl-labs.com/" +NEXT_PUBLIC_TESTNET_URL="hooks-testnet-v2.xrpl-labs.com" +NEXT_PUBLIC_DEBUG_STREAM_URL="hooks-testnet-v2-debugstream.xrpl-labs.com" +NEXT_PUBLIC_EXPLORER_URL="hooks-testnet-v2-explorer.xrpl-labs.com" NEXT_PUBLIC_SITE_URL=http://localhost:3000 \ No newline at end of file