From 26aeea5a0d83d3b2ba125a0e33fa81d772c59241 Mon Sep 17 00:00:00 2001 From: Wietse Wind Date: Mon, 30 Oct 2023 23:04:53 +0100 Subject: [PATCH] update explorer & wss network URLS @ env sample --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 4a19d52..e6f14f0 100644 --- a/.env.example +++ b/.env.example @@ -5,8 +5,8 @@ GITHUB_ID="" NEXT_PUBLIC_COMPILE_API_ENDPOINT="http://localhost:9000/api/build" NEXT_PUBLIC_COMPILE_API_BASE_URL="http://localhost:9000" NEXT_PUBLIC_LANGUAGE_SERVER_API_ENDPOINT="ws://localhost:9000/language-server/c" -NEXT_PUBLIC_TESTNET_URL="hooks-testnet-v3.xrpl-labs.com" -NEXT_PUBLIC_DEBUG_STREAM_URL="hooks-testnet-v3-debugstream.xrpl-labs.com" -NEXT_PUBLIC_EXPLORER_URL="hooks-testnet-v3-explorer.xrpl-labs.com" +NEXT_PUBLIC_TESTNET_URL="xahau-test.net" +NEXT_PUBLIC_DEBUG_STREAM_URL="xahau-test.net/debugstream" +NEXT_PUBLIC_EXPLORER_URL="explorer.xahau-test.net" NEXT_PUBLIC_NETWORK_ID="21338" -NEXT_PUBLIC_SITE_URL="http://localhost:3000" \ No newline at end of file +NEXT_PUBLIC_SITE_URL="http://localhost:3000"