Skip to content

Commit 44e3c19

Browse files
committed
v9.8.6: fix rpcs
1 parent 8312dfd commit 44e3c19

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

dist/esm/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/umd/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@depay/web3-blockchains",
33
"moduleName": "Web3Blockchains",
4-
"version": "9.8.5",
4+
"version": "9.8.6",
55
"description": "JavaScript library containing aggregated information and abstractions for web3 blockchains.",
66
"main": "dist/umd/index.js",
77
"module": "dist/esm/index.js",

src/blockchains/bsc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
endpoints: [ // make sure provider supports batch size of 50 batch requests!
3737
'https://bsc.blockrazor.xyz',
3838
'https://bsc-rpc.publicnode.com',
39-
'https://bsc.rpc.blxrbdn.com'
39+
'https://bsc-dataseed1.bnbchain.org'
4040
],
4141
tokens: [ // only major tokens
4242
{"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", "symbol": "BNB", "name": "Binance Coin", "decimals": 18, "logo": currencyLogo, "type": "NATIVE"},

src/blockchains/optimism.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)