Use https links for clusters (#8)

This commit is contained in:
Justin Starry
2020-03-19 18:43:19 +08:00
committed by Michael Vines
parent 03345e9005
commit 068b034a22

View File

@ -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;