Skip to content

Commit

Permalink
chore: upgrade to quicknode pro
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-mocha committed Oct 2, 2022
1 parent 06ea943 commit c57e001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/Network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export function isSupportedENV(env: ENV): boolean {
export function getClusterApiUrl(network: Network): string {
switch (network) {
case Network.Mainnet:
return 'https://dimensional-young-cloud.solana-mainnet.discover.quiknode.pro/a5a0fb3cfa38ab740ed634239fd502a99dbf028d';
return 'https://dimensional-young-cloud.solana-mainnet.quiknode.pro/a5a0fb3cfa38ab740ed634239fd502a99dbf028d';
case Network.Devnet:
return 'https://api.devnet.solana.com';
return 'https://fabled-bitter-tent.solana-devnet.quiknode.pro/ea2807069cec3658c0e16618bea5a5c9b85e0dd7';
default:
return 'http://127.0.0.1:8899';
}
Expand Down

0 comments on commit c57e001

Please sign in to comment.