Skip to content

Commit

Permalink
v9.3.4: fix polygon rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Feb 15, 2024
1 parent 24c6797 commit bff2c53
Show file tree
Hide file tree
Showing 3 changed files with 3 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.3.2",
"version": "9.3.4",
"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

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

2 changes: 1 addition & 1 deletion tests/units/blockchains/polygon.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('polygon', () => {
expect(blockchain.endpoints).toEqual([
'https://polygon-rpc.com',
'https://polygon.meowrpc.com',
'https://polygon-pokt.nodies.app'
'https://polygon-bor.publicnode.com'
]);
expect(blockchain.explorerUrlFor({
transaction: { id: '0x1907a9841e7abbc08e63586e5c9abbf7d0d42c5dc4a371304f439e2f949f51f' }
Expand Down

0 comments on commit bff2c53

Please sign in to comment.