From 306d33c288f31e1eebd4773f8114dabbe858939a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uro=C5=A1=20Pa=C5=A1=C4=8Dinski?= Date: Mon, 13 Jan 2025 15:14:11 +0100 Subject: [PATCH 1/2] Configure OPF's Nexus Blue Testnet endpoint --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 8f8169bab..34b226486 100644 --- a/.env +++ b/.env @@ -7,7 +7,7 @@ REACT_APP_ENABLE_OASIS_MATOMO_ANALYTICS=true # 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_TESTNET_API=https://nexus-blue-testnet.prd0-gke.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" From 22dab3664e1da58f2ae301b88c71c454071d58d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uro=C5=A1=20Pa=C5=A1=C4=8Dinski?= Date: Mon, 13 Jan 2025 15:15:29 +0100 Subject: [PATCH 2/2] Configure OPF's Nexus Blue Mainnet endpoint --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 34b226486..8d04e684b 100644 --- a/.env +++ b/.env @@ -6,7 +6,7 @@ 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_API=https://nexus-blue-mainnet.prd0-gke.oasis.io/v1/ REACT_APP_TESTNET_API=https://nexus-blue-testnet.prd0-gke.oasis.io/v1/ REACT_APP_LOCALNET_API=http://localhost:8547/v1/ REACT_APP_META_TITLE="Oasis Explorer"