Skip to content

Commit

Permalink
chore: use quicknode for mainnet rpc api
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-mocha committed Sep 30, 2022
1 parent cb10766 commit 43704bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function isSupportedENV(env: ENV): boolean {
export function getClusterApiUrl(network: Network): string {
switch (network) {
case Network.Mainnet:
return 'https://api.mainnet-beta.solana.com';
return 'https://dimensional-young-cloud.solana-mainnet.discover.quiknode.pro/a5a0fb3cfa38ab740ed634239fd502a99dbf028d';
case Network.Devnet:
return 'https://api.devnet.solana.com';
default:
Expand Down

0 comments on commit 43704bf

Please sign in to comment.