Skip to content

Commit

Permalink
v9.7.8: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Jan 11, 2025
1 parent 7ef39d2 commit f128fad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ var solana = {
endpoints: [
'https://solana-mainnet.g.alchemy.com/v2/demo',
'https://solana-rpc.publicnode.com',
'https://eclipse.helius-rpc.com',
'https://endpoints.omniatech.io/v1/sol/mainnet/public', String.fromCharCode(104,116,116,112,115,58,47,47,115,111,108,97,110,97,45,97,112,105,46,105,110, 115,116,97,110,116,110,111,100,101,115,46,105,111,47,116,111,107,101,110,45, 120,65,55,115,53,55,69,97,102,112,72,107,51,116,106,56,83,98,86,101,105,57, 101,65,122,109,75,74,52,105,117,57),
],
sockets: [
Expand Down
1 change: 0 additions & 1 deletion dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@
endpoints: [
'https://solana-mainnet.g.alchemy.com/v2/demo',
'https://solana-rpc.publicnode.com',
'https://eclipse.helius-rpc.com',
'https://endpoints.omniatech.io/v1/sol/mainnet/public', String.fromCharCode(104,116,116,112,115,58,47,47,115,111,108,97,110,97,45,97,112,105,46,105,110, 115,116,97,110,116,110,111,100,101,115,46,105,111,47,116,111,107,101,110,45, 120,65,55,115,53,55,69,97,102,112,72,107,51,116,106,56,83,98,86,101,105,57, 101,65,122,109,75,74,52,105,117,57),
],
sockets: [
Expand Down
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.7.7",
"version": "9.7.8",
"description": "JavaScript library containing aggregated information and abstractions for web3 blockchains.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit f128fad

Please sign in to comment.