Skip to content

Commit

Permalink
v9.5.3: update rpc list
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Sep 10, 2024
1 parent 48b303f commit 9bb0e85
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions dist/esm/index.js

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

10 changes: 5 additions & 5 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.5.2",
"version": "9.5.3",
"description": "JavaScript library containing aggregated information and abstractions for web3 blockchains.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/blockchains/arbitrum.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
if(address) { return `https://arbiscan.io/address/${address}` }
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://arb-mainnet.g.alchemy.com/v2/demo',
'https://arbitrum.llamarpc.com',
'https://arbitrum-one.publicnode.com',
'https://endpoints.omniatech.io/v1/arbitrum/one/public'
],
Expand Down
6 changes: 3 additions & 3 deletions src/blockchains/bsc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export default {
if(address) { return `https://bscscan.com/address/${address}` }
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://bsc-dataseed.binance.org',
'https://bsc-dataseed1.ninicoin.io',
'https://bsc-dataseed3.defibit.io'
'https://binance.llamarpc.com',
'https://bsc-rpc.publicnode.com',
'https://endpoints.omniatech.io/v1/bsc/mainnet/public'
],
tokens: [ // only major tokens
{"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", "symbol": "BNB", "name": "Binance Coin", "decimals": 18, "logo": currencyLogo, "type": "NATIVE"},
Expand Down
2 changes: 1 addition & 1 deletion src/blockchains/optimism.js

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

0 comments on commit 9bb0e85

Please sign in to comment.