fix: walletxray RPC endpoints - remove dead URLs, use working mainnet-beta + publicnode
This commit is contained in:
parent
8eccb46d4d
commit
176b7e33ca
1 changed files with 3 additions and 4 deletions
|
|
@ -7,11 +7,10 @@
|
||||||
|
|
||||||
// ── Config ──
|
// ── Config ──
|
||||||
const RPC_ENDPOINTS = [
|
const RPC_ENDPOINTS = [
|
||||||
'https://solana-mainnet.g.alchemy.com/v2/demo',
|
|
||||||
'https://solana.publicnode.com',
|
|
||||||
'https://rpc.ankr.com/solana',
|
|
||||||
'https://api.mainnet-beta.solana.com',
|
'https://api.mainnet-beta.solana.com',
|
||||||
'https://mainnet.helius-rpc.com/?api-key=1d8740dc-e5f4-421c-b823-e1bad1889eff'
|
'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'
|
||||||
];
|
];
|
||||||
const JUP_PRICE = 'https://price.jup.ag/v6/price';
|
const JUP_PRICE = 'https://price.jup.ag/v6/price';
|
||||||
const JUP_TOKEN_LIST = 'https://token.jup.ag/all';
|
const JUP_TOKEN_LIST = 'https://token.jup.ag/all';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue