Skip to content

Commit

Permalink
fix polygon rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Oct 16, 2024
1 parent 2c70f83 commit 84e4802
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ var polygon = {
if(address) { return `https://polygonscan.com/address/${address}` }
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://polygon.rpc.blxrbdn.com',
'https://polygon-bor-rpc.publicnode.com',
'https://polygon.llamarpc.com',
'https://polygon-bor.publicnode.com'
],
Expand Down
2 changes: 1 addition & 1 deletion 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.6.8",
"version": "9.6.9",
"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/polygon.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
if(address) { return `https://polygonscan.com/address/${address}` }
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://polygon.rpc.blxrbdn.com',
'https://polygon-bor-rpc.publicnode.com',
'https://polygon.llamarpc.com',
'https://polygon-bor.publicnode.com'
],
Expand Down

0 comments on commit 84e4802

Please sign in to comment.