From 98d1cb50fddc001e0fc88b9c220065c3a41463b1 Mon Sep 17 00:00:00 2001 From: kaladinlight <35275952+kaladinlight@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:03:05 -0600 Subject: [PATCH] hotfix: failover to dev thorchain endpoints in prod --- .env.app | 8 ++++---- .env.private | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env.app b/.env.app index b5e526e44a9..1aed872127a 100644 --- a/.env.app +++ b/.env.app @@ -33,8 +33,8 @@ REACT_APP_UNCHAINED_BITCOINCASH_HTTP_URL=https://api.bitcoincash.shapeshift.com REACT_APP_UNCHAINED_BITCOINCASH_WS_URL=wss://api.bitcoincash.shapeshift.com REACT_APP_UNCHAINED_COSMOS_HTTP_URL=https://api.cosmos.shapeshift.com REACT_APP_UNCHAINED_COSMOS_WS_URL=wss://api.cosmos.shapeshift.com -REACT_APP_UNCHAINED_THORCHAIN_HTTP_URL=https://api.thorchain.shapeshift.com -REACT_APP_UNCHAINED_THORCHAIN_WS_URL=wss://api.thorchain.shapeshift.com +REACT_APP_UNCHAINED_THORCHAIN_HTTP_URL=https://dev-api.thorchain.shapeshift.com +REACT_APP_UNCHAINED_THORCHAIN_WS_URL=wss://dev-api.thorchain.shapeshift.com # nodes REACT_APP_ETHEREUM_NODE_URL=https://api.ethereum.shapeshift.com/api/v1/jsonrpc @@ -46,7 +46,7 @@ REACT_APP_GNOSIS_NODE_URL=https://daemon.gnosis.shapeshift.com REACT_APP_ARBITRUM_NODE_URL=https://api.arbitrum.shapeshift.com/api/v1/jsonrpc REACT_APP_ARBITRUM_NOVA_NODE_URL=https://api.arbitrum-nova.shapeshift.com/api/v1/jsonrpc REACT_APP_BASE_NODE_URL=https://api.base.shapeshift.com/api/v1/jsonrpc -REACT_APP_THORCHAIN_NODE_URL=https://daemon.thorchain.shapeshift.com +REACT_APP_THORCHAIN_NODE_URL=https://dev-daemon.thorchain.shapeshift.com # thorchain -REACT_APP_MIDGARD_URL=https://indexer.thorchain.shapeshift.com/v2 +REACT_APP_MIDGARD_URL=https://dev-indexer.thorchain.shapeshift.com/v2 diff --git a/.env.private b/.env.private index 14599a4777f..0bf078df2df 100644 --- a/.env.private +++ b/.env.private @@ -31,8 +31,8 @@ REACT_APP_UNCHAINED_BITCOINCASH_HTTP_URL=https://api.bitcoincash.shapeshift.com REACT_APP_UNCHAINED_BITCOINCASH_WS_URL=wss://api.bitcoincash.shapeshift.com REACT_APP_UNCHAINED_COSMOS_HTTP_URL=https://api.cosmos.shapeshift.com REACT_APP_UNCHAINED_COSMOS_WS_URL=wss://api.cosmos.shapeshift.com -REACT_APP_UNCHAINED_THORCHAIN_HTTP_URL=https://api.thorchain.shapeshift.com -REACT_APP_UNCHAINED_THORCHAIN_WS_URL=wss://api.thorchain.shapeshift.com +REACT_APP_UNCHAINED_THORCHAIN_HTTP_URL=https://dev-api.thorchain.shapeshift.com +REACT_APP_UNCHAINED_THORCHAIN_WS_URL=wss://dev-api.thorchain.shapeshift.com # nodes REACT_APP_ETHEREUM_NODE_URL=https://api.ethereum.shapeshift.com/api/v1/jsonrpc @@ -44,7 +44,7 @@ REACT_APP_GNOSIS_NODE_URL=https://daemon.gnosis.shapeshift.com REACT_APP_ARBITRUM_NODE_URL=https://api.arbitrum.shapeshift.com/api/v1/jsonrpc REACT_APP_ARBITRUM_NOVA_NODE_URL=https://api.arbitrum-nova.shapeshift.com/api/v1/jsonrpc REACT_APP_BASE_NODE_URL=https://api.base.shapeshift.com/api/v1/jsonrpc -REACT_APP_THORCHAIN_NODE_URL=https://daemon.thorchain.shapeshift.com +REACT_APP_THORCHAIN_NODE_URL=https://dev-daemon.thorchain.shapeshift.com # thorchain -REACT_APP_MIDGARD_URL=https://indexer.thorchain.shapeshift.com/v2 +REACT_APP_MIDGARD_URL=https://dev-indexer.thorchain.shapeshift.com/v2