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

Commit

Permalink
fix: correct default endpoint for edge.explorer.solana.com
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jul 10, 2019
1 parent c0dfe6e commit 4631a12
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 @@ -20,8 +20,8 @@ const endpointHostnameMap = {
'beta.testnet.solana.com': 'testnet-beta',
'testnet.solana.com': 'testnet',
'tds.solana.com': 'tds',
'explorer.solana.com': 'tds', // Default endpoint for explorer.solana.com
'edge.explorer': 'testnet-edge', // Default endpoint for edge.explorer.solana.com
'explorer.solana.com': 'testnet', // Default endpoint for explorer.solana.com
'edge.explorer.solana.com': 'testnet-edge', // Default endpoint for edge.explorer.solana.com
};

const endpointFriendlyNameMap = {
Expand Down

0 comments on commit 4631a12

Please sign in to comment.