Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: rename testnet-tds to tds
Browse files Browse the repository at this point in the history
  • Loading branch information
danpaul000 committed Jul 9, 2019
1 parent c2f4a62 commit b02f8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EndpointConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
*/
};

Expand Down

0 comments on commit b02f8f2

Please sign in to comment.