From a51feeeb999e1a64bb2c925c74cdf3f44dcb3791 Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Tue, 23 Jan 2024 17:15:28 +0100 Subject: [PATCH] Switch to staging API --- .changelog/1173.internal.md | 1 + .env | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .changelog/1173.internal.md diff --git a/.changelog/1173.internal.md b/.changelog/1173.internal.md new file mode 100644 index 000000000..4de472f0a --- /dev/null +++ b/.changelog/1173.internal.md @@ -0,0 +1 @@ +Switch to staging API diff --git a/.env b/.env index 494daf289..dbd0b60c2 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ REACT_APP_BUILD_DATETIME=0 REACT_APP_BUILD_SHA=sha0000000000000000000000000000000000000 REACT_APP_BUILD_VERSION= # 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.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/