Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
issue #2012 update explorer backend URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
matextrem committed Dec 28, 2021
1 parent 882c3ac commit 434f6c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ REACT_APP_PATH_REGEX_ENS="/ipfs"
#REACT_APP_SENTRY_AUTH_TOKEN='<sentry_auth_token>'

# API
#REACT_APP_API_URL_PROD_MAINNET=https://protocol-mainnet.gnosis.io/api
#REACT_APP_API_URL_PROD_RINKEBY=https://protocol-rinkeby.gnosis.io/api
#REACT_APP_API_URL_PROD_XDAI=https://protocol-xdai.gnosis.io/api
#REACT_APP_API_URL_STAGING_MAINNET=https://protocol-mainnet.dev.gnosisdev.com/api
#REACT_APP_API_URL_STAGING_RINKEBY=https://protocol-rinkeby.dev.gnosisdev.com/api
#REACT_APP_API_URL_STAGING_XDAI=https://protocol-xdai.dev.gnosisdev.com/api
#REACT_APP_API_URL_PROD_MAINNET=https://api.cow.fi/mainnet
#REACT_APP_API_URL_PROD_RINKEBY=https://api.cow.fi/rinkeby
#REACT_APP_API_URL_PROD_XDAI=https://api.cow.fi/xdai
#REACT_APP_API_URL_STAGING_MAINNET=https://barn.api.cow.fi/mainnet
#REACT_APP_API_URL_STAGING_RINKEBY=https://barn.api.cow.fi/rinkeby
#REACT_APP_API_URL_STAGING_XDAI=https://barn.api.cow.fi/xdai

# EXPLORER
#REACT_APP_EXPLORER_URL_DEV=https://protocol-explorer.dev.gnosisdev.com
Expand Down

0 comments on commit 434f6c0

Please sign in to comment.