chainlist-rpcs 0.5.254 → 0.5.255
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/constants/extraRpcs.js +6 -0
- package/package.json +1 -1
package/constants/extraRpcs.js
CHANGED
|
@@ -6007,6 +6007,11 @@ export const extraRpcs = {
|
|
|
6007
6007
|
tracking: "limited",
|
|
6008
6008
|
trackingDetails: privacyStatement.dwellir,
|
|
6009
6009
|
},
|
|
6010
|
+
{
|
|
6011
|
+
url: "https://linea-rpc.publicnode.com",
|
|
6012
|
+
tracking: "none",
|
|
6013
|
+
trackingDetails: privacyStatement.publicnode,
|
|
6014
|
+
},
|
|
6010
6015
|
],
|
|
6011
6016
|
},
|
|
6012
6017
|
2442: {
|
|
@@ -8513,6 +8518,7 @@ export const extraRpcs = {
|
|
|
8513
8518
|
"https://rpc2-mainnet.icbnetwork.info",
|
|
8514
8519
|
"https://main1.rpc-icb-network.io",
|
|
8515
8520
|
"https://main2.rpc-icb-network.io",
|
|
8521
|
+
"https://mahour.icbnetwork.info"
|
|
8516
8522
|
],
|
|
8517
8523
|
},
|
|
8518
8524
|
2632500: {
|