Skip to content

Commit

Permalink
rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
x committed Dec 7, 2024
1 parent 6ae54f8 commit 9c5b532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const makeProvider = (network: Network) => {
connection: new Connection(
network === "mainnet-beta"
? process.env.MAINNET_SOLANA_RPC_ENDPOINT ??
"https://mainnet.helius-rpc.com/?api-key=26bec238-00c2-4961-ba13-faa7c0a2d767"
"https://mainnet.helius-rpc.com/?api-key=6754a0dd-84ff-4992-8201-09234640767a

Check failure on line 25 in src/utils.ts

View workflow job for this annotation

GitHub Actions / Check

Unterminated string literal.

Check failure on line 25 in src/utils.ts

View workflow job for this annotation

GitHub Actions / Refresh Registry from chain

Unterminated string literal.

Check failure on line 25 in src/utils.ts

View workflow job for this annotation

GitHub Actions / Refresh Registry from chain

Unterminated string literal.
: "https://api.devnet.solana.com",
{
// https://solana.stackexchange.com/questions/6376/premature-close-error-when-fetching-25-or-more-accounts-at-once-with-solana-web
Expand Down

0 comments on commit 9c5b532

Please sign in to comment.