Skip to content

Commit

Permalink
v9.4.2: fix solana rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Jun 28, 2024
1 parent ff14aa1 commit 524b35b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions dist/esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/umd/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1",
"version": "9.4.2",
"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 @@ -34,8 +34,7 @@ export default {
'https://swr.xnftdata.com/rpc-proxy',
'https://solana-rpc.publicnode.com',
'https://mainnet-beta.solflare.network',
'https://endpoints.omniatech.io/v1/sol/mainnet/public',
'https://solana.api.onfinality.io/public'
'https://endpoints.omniatech.io/v1/sol/mainnet/public'
],
sockets: [
'wss://solana.drpc.org',
Expand Down
3 changes: 1 addition & 2 deletions tests/units/blockchains/solana.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ describe('solana', () => {
'https://swr.xnftdata.com/rpc-proxy',
'https://solana-rpc.publicnode.com',
'https://mainnet-beta.solflare.network',
'https://endpoints.omniatech.io/v1/sol/mainnet/public',
'https://solana.api.onfinality.io/public'
'https://endpoints.omniatech.io/v1/sol/mainnet/public'
]);
expect(blockchain.sockets).toEqual([
'wss://solana.drpc.org',
Expand Down

0 comments on commit 524b35b

Please sign in to comment.