Skip to content

Commit

Permalink
Temporarily change the used nexus deployment
Browse files Browse the repository at this point in the history
(so that Pontus-X devnet and testnet data is available)
  • Loading branch information
csillag committed May 29, 2024
1 parent 6aed13d commit 1e9b6e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ REACT_APP_BUILD_VERSION=
REACT_APP_PRIVACY_POLICY=https://oasisprotocol.org/privacy-policy
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.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_META_TITLE="Oasis Explorer"
REACT_APP_META_IMAGE="Oasis Explorer - OpenGraph Banner.png"
REACT_APP_META_MANIFEST=app.webmanifest
Expand Down

0 comments on commit 1e9b6e9

Please sign in to comment.