chainlist-rpcs 0.5.257 → 0.5.258
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 +26 -1
- package/package.json +1 -1
package/constants/extraRpcs.js
CHANGED
|
@@ -3913,6 +3913,11 @@ export const extraRpcs = {
|
|
|
3913
3913
|
{
|
|
3914
3914
|
url: "https://monad-mainnet-rpc.spidernode.net/",
|
|
3915
3915
|
},
|
|
3916
|
+
{
|
|
3917
|
+
url: "https://monad-mainnet.gateway.tatum.io",
|
|
3918
|
+
tracking: "yes",
|
|
3919
|
+
trackingDetails: privacyStatement.tatum,
|
|
3920
|
+
},
|
|
3916
3921
|
],
|
|
3917
3922
|
},
|
|
3918
3923
|
163: {
|
|
@@ -8722,6 +8727,14 @@ export const extraRpcs = {
|
|
|
8722
8727
|
tracking: "limited",
|
|
8723
8728
|
trackingDetails: privacyStatement.poolz,
|
|
8724
8729
|
},
|
|
8730
|
+
"https://tokyo.fullnode.mainnet.coti.io/rpc",
|
|
8731
|
+
"wss://tokyo.fullnode.mainnet.coti.io/ws",
|
|
8732
|
+
"https://virginia.fullnode.mainnet.coti.io/rpc",
|
|
8733
|
+
"wss://virginia.fullnode.mainnet.coti.io/ws",
|
|
8734
|
+
"https://new-york.fullnode.mainnet.coti.io/rpc",
|
|
8735
|
+
"wss://new-york.fullnode.mainnet.coti.io/ws",
|
|
8736
|
+
"https://community-enabler-1.fullnode.mainnet.coti.io/rpc",
|
|
8737
|
+
"wss://community-enabler-1.fullnode.mainnet.coti.io/ws",
|
|
8725
8738
|
],
|
|
8726
8739
|
},
|
|
8727
8740
|
7082400: {
|
|
@@ -8822,7 +8835,7 @@ export const extraRpcs = {
|
|
|
8822
8835
|
rpcWorking: true,
|
|
8823
8836
|
},
|
|
8824
8837
|
5031: {
|
|
8825
|
-
rpcs: ["https://
|
|
8838
|
+
rpcs: ["https://somnia-json-rpc.stakely.io", "https://somnia-rpc.publicnode.com"],
|
|
8826
8839
|
},
|
|
8827
8840
|
9745: {
|
|
8828
8841
|
rpcs: [
|
|
@@ -8951,6 +8964,11 @@ export const extraRpcs = {
|
|
|
8951
8964
|
tracking: "none",
|
|
8952
8965
|
trackingDetails: privacyStatement.drpc,
|
|
8953
8966
|
},
|
|
8967
|
+
{
|
|
8968
|
+
url: "https://plume-mainnet.gateway.tatum.io/",
|
|
8969
|
+
tracking: "yes",
|
|
8970
|
+
trackingDetails: privacyStatement.tatum,
|
|
8971
|
+
},
|
|
8954
8972
|
],
|
|
8955
8973
|
},
|
|
8956
8974
|
747474: {
|
|
@@ -9192,6 +9210,13 @@ export const extraRpcs = {
|
|
|
9192
9210
|
},
|
|
9193
9211
|
],
|
|
9194
9212
|
},
|
|
9213
|
+
2999: {
|
|
9214
|
+
rpcs: [
|
|
9215
|
+
"https://mainnet.bityuan.com/eth",
|
|
9216
|
+
"https://node1.bityuan.com/eth",
|
|
9217
|
+
"https://node2.bityuan.com/eth",
|
|
9218
|
+
],
|
|
9219
|
+
},
|
|
9195
9220
|
};
|
|
9196
9221
|
|
|
9197
9222
|
const allExtraRpcs = mergeDeep(llamaNodesRpcs, extraRpcs);
|