From b02f8f2d3386860ab871cef09f85b25c2ec3a19d Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 9 Jul 2019 17:09:51 -0600 Subject: [PATCH] fix: rename testnet-tds to tds --- src/EndpointConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EndpointConfig.js b/src/EndpointConfig.js index 628381cb..5eaeec64 100644 --- a/src/EndpointConfig.js +++ b/src/EndpointConfig.js @@ -7,13 +7,13 @@ const urlMap = { 'testnet-edge': 'http://edge.testnet.solana.com:8899', 'testnet-beta': 'http://beta.testnet.solana.com:8899', testnet: 'http://testnet.solana.com:8899', - 'testnet-tds': 'http://tds.solana.com:8899', + 'tds': 'http://tds.solana.com:8899', /* TODO: Switch to TLS endpoints... 'testnet-edge': 'https://edge.testnet.solana.com:8443', 'testnet-beta': 'https://beta.testnet.solana.com:8443', testnet: 'https://testnet.solana.com:8443', - 'testnet-tds': 'https://tds.solana.com:8443', + 'tds': 'https://tds.solana.com:8443', */ };