fix: walletxray use real Helius API key as primary RPC
This commit is contained in:
parent
176b7e33ca
commit
f7097e8954
1 changed files with 2 additions and 3 deletions
|
|
@ -7,10 +7,9 @@
|
|||
|
||||
// ── Config ──
|
||||
const RPC_ENDPOINTS = [
|
||||
'https://mainnet.helius-rpc.com/?api-key=18509625-b17b-44ed-9ad9-489d3bf05f41',
|
||||
'https://api.mainnet-beta.solana.com',
|
||||
'https://solana-rpc.publicnode.com',
|
||||
'https://solana-mainnet.g.alchemy.com/v2/demo',
|
||||
'https://mainnet.helius-rpc.com/?api-key=7a3f0b8e-9c2d-4a5b-8f1e-2c6d8b9a4e7f'
|
||||
'https://solana-rpc.publicnode.com'
|
||||
];
|
||||
const JUP_PRICE = 'https://price.jup.ag/v6/price';
|
||||
const JUP_TOKEN_LIST = 'https://token.jup.ag/all';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue