From 224d7f5ef2bf3871f643e525f50eedb043dbaaa8 Mon Sep 17 00:00:00 2001 From: kevin <35275952+kaladinlight@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:45:32 -0600 Subject: [PATCH] revert: thorchain failover endpoints (#7554) --- .env.app | 8 ++++---- .env.private | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env.app b/.env.app index 1aed872127a..b5e526e44a9 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://dev-api.thorchain.shapeshift.com -REACT_APP_UNCHAINED_THORCHAIN_WS_URL=wss://dev-api.thorchain.shapeshift.com +REACT_APP_UNCHAINED_THORCHAIN_HTTP_URL=https://api.thorchain.shapeshift.com +REACT_APP_UNCHAINED_THORCHAIN_WS_URL=wss://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://dev-daemon.thorchain.shapeshift.com +REACT_APP_THORCHAIN_NODE_URL=https://daemon.thorchain.shapeshift.com # thorchain -REACT_APP_MIDGARD_URL=https://dev-indexer.thorchain.shapeshift.com/v2 +REACT_APP_MIDGARD_URL=https://indexer.thorchain.shapeshift.com/v2 diff --git a/.env.private b/.env.private index 0bf078df2df..14599a4777f 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://dev-api.thorchain.shapeshift.com -REACT_APP_UNCHAINED_THORCHAIN_WS_URL=wss://dev-api.thorchain.shapeshift.com +REACT_APP_UNCHAINED_THORCHAIN_HTTP_URL=https://api.thorchain.shapeshift.com +REACT_APP_UNCHAINED_THORCHAIN_WS_URL=wss://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://dev-daemon.thorchain.shapeshift.com +REACT_APP_THORCHAIN_NODE_URL=https://daemon.thorchain.shapeshift.com # thorchain -REACT_APP_MIDGARD_URL=https://dev-indexer.thorchain.shapeshift.com/v2 +REACT_APP_MIDGARD_URL=https://indexer.thorchain.shapeshift.com/v2