diff --git a/.env.app b/.env.app index 7fdcfda83dc..5f6c31f2594 100644 --- a/.env.app +++ b/.env.app @@ -13,8 +13,8 @@ REACT_APP_UNCHAINED_OPTIMISM_HTTP_URL=https://api.optimism.shapeshift.com REACT_APP_UNCHAINED_OPTIMISM_WS_URL=wss://api.optimism.shapeshift.com REACT_APP_UNCHAINED_BNBSMARTCHAIN_HTTP_URL=https://api.bnbsmartchain.shapeshift.com REACT_APP_UNCHAINED_BNBSMARTCHAIN_WS_URL=wss://api.bnbsmartchain.shapeshift.com -REACT_APP_UNCHAINED_POLYGON_HTTP_URL=https://api.polygon.shapeshift.com -REACT_APP_UNCHAINED_POLYGON_WS_URL=wss://api.polygon.shapeshift.com +REACT_APP_UNCHAINED_POLYGON_HTTP_URL=https://dev-api.polygon.shapeshift.com +REACT_APP_UNCHAINED_POLYGON_WS_URL=wss://dev-api.polygon.shapeshift.com REACT_APP_UNCHAINED_GNOSIS_HTTP_URL=https://api.gnosis.shapeshift.com REACT_APP_UNCHAINED_GNOSIS_WS_URL=wss://api.gnosis.shapeshift.com REACT_APP_UNCHAINED_BITCOIN_HTTP_URL=https://api.bitcoin.shapeshift.com @@ -36,7 +36,7 @@ REACT_APP_ETHEREUM_INFURA_URL=https://mainnet.infura.io/v3/6e2f28ff4f5340fdb0db5 REACT_APP_AVALANCHE_NODE_URL=https://daemon.avalanche.shapeshift.com/ext/bc/C/rpc REACT_APP_OPTIMISM_NODE_URL=https://daemon.optimism.shapeshift.com REACT_APP_BNBSMARTCHAIN_NODE_URL=https://daemon.bnbsmartchain.shapeshift.com -REACT_APP_POLYGON_NODE_URL=https://daemon.polygon.shapeshift.com +REACT_APP_POLYGON_NODE_URL=https://dev-daemon.polygon.shapeshift.com REACT_APP_GNOSIS_NODE_URL=https://daemon.gnosis.shapeshift.com REACT_APP_COSMOS_NODE_URL=https://daemon.cosmos.shapeshift.com REACT_APP_THORCHAIN_NODE_URL=https://daemon.thorchain.shapeshift.com diff --git a/.env.private b/.env.private index 2c1981a8b91..3729c383b3a 100644 --- a/.env.private +++ b/.env.private @@ -11,8 +11,8 @@ REACT_APP_UNCHAINED_OPTIMISM_HTTP_URL=https://api.optimism.shapeshift.com REACT_APP_UNCHAINED_OPTIMISM_WS_URL=wss://api.optimism.shapeshift.com REACT_APP_UNCHAINED_BNBSMARTCHAIN_HTTP_URL=https://api.bnbsmartchain.shapeshift.com REACT_APP_UNCHAINED_BNBSMARTCHAIN_WS_URL=wss://api.bnbsmartchain.shapeshift.com -REACT_APP_UNCHAINED_POLYGON_HTTP_URL=https://api.polygon.shapeshift.com -REACT_APP_UNCHAINED_POLYGON_WS_URL=wss://api.polygon.shapeshift.com +REACT_APP_UNCHAINED_POLYGON_HTTP_URL=https://dev-api.polygon.shapeshift.com +REACT_APP_UNCHAINED_POLYGON_WS_URL=wss://dev-api.polygon.shapeshift.com REACT_APP_UNCHAINED_GNOSIS_HTTP_URL=https://api.gnosis.shapeshift.com REACT_APP_UNCHAINED_GNOSIS_WS_URL=wss://api.gnosis.shapeshift.com REACT_APP_UNCHAINED_BITCOIN_HTTP_URL=https://api.bitcoin.shapeshift.com @@ -34,7 +34,7 @@ REACT_APP_ETHEREUM_INFURA_URL=https://mainnet.infura.io/v3/6e2f28ff4f5340fdb0db5 REACT_APP_AVALANCHE_NODE_URL=https://daemon.avalanche.shapeshift.com/ext/bc/C/rpc REACT_APP_OPTIMISM_NODE_URL=https://daemon.optimism.shapeshift.com REACT_APP_BNBSMARTCHAIN_NODE_URL=https://daemon.bnbsmartchain.shapeshift.com -REACT_APP_POLYGON_NODE_URL=https://daemon.polygon.shapeshift.com +REACT_APP_POLYGON_NODE_URL=https://dev-daemon.polygon.shapeshift.com REACT_APP_GNOSIS_NODE_URL=https://daemon.gnosis.shapeshift.com REACT_APP_COSMOS_NODE_URL=https://daemon.cosmos.shapeshift.com REACT_APP_THORCHAIN_NODE_URL=https://daemon.thorchain.shapeshift.com