Skip to content

Commit

Permalink
Use https links for clusters (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored and mvines committed Jun 12, 2020
1 parent 0561005 commit 6cddf21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explorer/src/providers/network.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export function networkName(network: Network): string {
}
}

export const MAINNET_BETA_URL = "http://34.82.103.142";
export const TDS_URL = "http://35.233.128.214";
export const MAINNET_BETA_URL = "https://api.mainnet-beta.solana.com";
export const TDS_URL = "https://tds.solana.com";
export const DEVNET_URL = testnetChannelEndpoint("stable");

export const DEFAULT_NETWORK = Network.MainnetBeta;
Expand Down

0 comments on commit 6cddf21

Please sign in to comment.