Skip to content

Commit

Permalink
v9.4.3: update solana rpcs and sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Aug 15, 2024
1 parent 524b35b commit 4c52e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-blockchains",
"moduleName": "Web3Blockchains",
"version": "9.4.2",
"version": "9.4.3",
"description": "JavaScript library containing aggregated information and abstractions for web3 blockchains.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down
3 changes: 1 addition & 2 deletions src/blockchains/solana.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ export default {
endpoints: [
'https://swr.xnftdata.com/rpc-proxy',
'https://solana-rpc.publicnode.com',
'https://mainnet-beta.solflare.network',
'https://endpoints.omniatech.io/v1/sol/mainnet/public'
],
sockets: [
'wss://solana.drpc.org',
'wss://mainnet-beta.solflare.network',
'wss://solana.a.exodus.io'
'wss://solana-rpc.publicnode.com'
],
tokens: [ // only major tokens
{"address": "11111111111111111111111111111111", "symbol": "SOL", "name": "Solana", "decimals": 9, "logo": currencyLogo, "type": "NATIVE"},
Expand Down

0 comments on commit 4c52e72

Please sign in to comment.