Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(frontend): use Quicknode for Solana RPC Websocket #4418

Merged

Conversation

AntonioVentilii
Copy link
Collaborator

Motivation

Alchemy does not provide WebSocket support for Solana RPC, yet. So in the meanwhile we use another service, Quicknode.

@AntonioVentilii AntonioVentilii requested a review from a team as a code owner January 23, 2025 10:14
@@ -24,7 +25,10 @@ export const SOLANA_RPC_HTTP_URL_TESTNET = 'https://api.testnet.solana.com';
export const SOLANA_RPC_HTTP_URL_DEVNET = `https://solana-devnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}`;
export const SOLANA_RPC_HTTP_URL_LOCAL = 'http://localhost:8899';

export const SOLANA_RPC_WS_URL_MAINNET = 'wss://api.mainnet-beta.solana.com/';
// TODO: Check when Alchemy will support WebSocket for Solana RPC, so that we use just one service instead of two
// TODO: Last time checked Alchemy: 2024-01-22
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2025 :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct! good catch

@AntonioVentilii AntonioVentilii enabled auto-merge (squash) January 23, 2025 10:49
@AntonioVentilii AntonioVentilii merged commit 3b089ec into main Jan 23, 2025
22 checks passed
@AntonioVentilii AntonioVentilii deleted the feat(frontend)/use-Quicknode-for-Solana-RPC-Websocket branch January 23, 2025 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants