From e790a6889ba7d5cab5670a195ad72da5d780126b Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Thu, 21 Nov 2024 13:19:28 +0100 Subject: [PATCH] For testing only: remove before merging --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 8f8169bab..8848cb1e7 100644 --- a/.env +++ b/.env @@ -6,8 +6,8 @@ REACT_APP_ENABLE_OASIS_MATOMO_ANALYTICS=true # REACT_APP_API=http://localhost:8008/v1/ # REACT_APP_API=https://nexus.stg.oasis.io/v1/ # REACT_APP_TESTNET_API=https://testnet.nexus.stg.oasis.io/v1/ -REACT_APP_API=https://nexus.oasis.io/v1/ -REACT_APP_TESTNET_API=https://testnet.nexus.oasis.io/v1/ +REACT_APP_API=https://nexus.prd.oasis.io/v1/ +REACT_APP_TESTNET_API=https://testnet.prd.nexus.oasis.io/v1/ REACT_APP_LOCALNET_API=http://localhost:8547/v1/ REACT_APP_META_TITLE="Oasis Explorer" REACT_APP_META_IMAGE="Oasis Explorer - OpenGraph Banner.png"