Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 9b549b8

Browse files
committed
update rpc
1 parent d0b8a21 commit 9b549b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/web3.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ import BigNumber from 'bignumber.js'
2121
export const web3Config = {
2222
strategy: 'speed',
2323
rpcs: [
24-
{ url: 'https://raydium.rpcpool.com', weight: 50 },
25-
{ url: 'https://raydium.genesysgo.net', weight: 30 },
24+
{ url: 'https://raydium.rpcpool.com', weight: 80 },
2625
{ url: 'https://solana-api.projectserum.com', weight: 10 },
2726
{ url: 'https://solana-api.tt-prod.net', weight: 10 }
2827
]

0 commit comments

Comments
 (0)