Skip to content

Commit 93b93e8

Browse files
committed
🤖 Import updated chainlist rpcs
1 parent f462a10 commit 93b93e8

1 file changed

Lines changed: 19 additions & 34 deletions

File tree

constants/extraRpcs.js

Lines changed: 19 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ const privacyStatement = {
223223
"Full Send RPC does not track any kind of PII (i.e., IP address, location, etc.) in our backend services. We use Cloudflare strictly for DDoS protection, rate limiting, and performance optimization. Cloudflare may collect standard edge-level metadata such as IP addresses and request headers as part of its security and traffic-management functions; this data is processed according to Cloudflare’s own privacy policies and is not stored or used by Full Send. Only signed transactions are preserved for status tracking and service improvements. For more information about our privacy practices, please reference https://www.spire.dev/docs/terms-and-conditions",
224224
OpsLayer:
225225
"OpsLayer does not require user accounts and does not deliberately gather personally identifiable information. When our RPC endpoints are accessed, the only information that may be processed is the requester’s IP address and the method name being called. This minimal data is used exclusively to operate and maintain the service, such as for rate limiting, preventing abuse or DDoS attacks, debugging issues, monitoring uptime, and analyzing reliability.",
226+
Cosmostation:
227+
"We do not collect or store any PII, including IP addresses or wallet information. Temporary logs for rate limiting are purged within 24 hours. https://www.cosmostation.io/service_en?target=privacy"
226228
};
227229

228230
export const extraRpcs = {
@@ -7026,32 +7028,16 @@ export const extraRpcs = {
70267028
},
70277029
48900: {
70287030
rpcs: [
7029-
"https://mainnet.zircuit.com",
70307031
{
70317032
url: "https://mainnet.zircuit.com",
70327033
tracking: "none",
70337034
trackingDetails: privacyStatement.drpc,
70347035
},
70357036
{
7036-
url: "https://zircuit1-mainnet.p2pify.com",
7037-
tracking: "yes",
7038-
trackingDetails: privacyStatement.chainstack,
7039-
},
7040-
{
7041-
url: "https://zircuit-mainnet.drpc.org",
7042-
tracking: "none",
7043-
trackingDetails: privacyStatement.drpc,
7044-
},
7045-
{
7046-
url: "wss://zircuit-mainnet.drpc.org",
7037+
url: "wss://mainnet.zircuit.com",
70477038
tracking: "none",
70487039
trackingDetails: privacyStatement.drpc,
70497040
},
7050-
{
7051-
url: "https://zircuit1-mainnet.liquify.com",
7052-
tracking: "yes",
7053-
trackingDetails: privacyStatement.liquify,
7054-
},
70557041
],
70567042
},
70577043
53456: {
@@ -8095,6 +8081,11 @@ export const extraRpcs = {
80958081
tracking: "none",
80968082
trackingDetails: privacyStatement.bctech,
80978083
},
8084+
{
8085+
url: "https://datahub-asia02.bchscan.io/",
8086+
tracking: "none",
8087+
trackingDetails: privacyStatement.bctech,
8088+
},
80988089
],
80998090
},
81008091
42070: {
@@ -8698,27 +8689,12 @@ export const extraRpcs = {
86988689
48898: {
86998690
rpcs: [
87008691
{
8701-
url: "https://zircuit-garfield-testnet.drpc.org",
8692+
url: "https://garfield-testnet.zircuit.com",
87028693
tracking: "none",
87038694
trackingDetails: privacyStatement.drpc,
87048695
},
87058696
{
8706-
url: "wss://zircuit-garfield-testnet.drpc.org",
8707-
tracking: "none",
8708-
trackingDetails: privacyStatement.drpc,
8709-
},
8710-
],
8711-
},
8712-
48899: {
8713-
rpcs: [
8714-
"https://zircuit1-testnet.p2pify.com/",
8715-
{
8716-
url: "https://zircuit-testnet.drpc.org",
8717-
tracking: "none",
8718-
trackingDetails: privacyStatement.drpc,
8719-
},
8720-
{
8721-
url: "wss://zircuit-testnet.drpc.org",
8697+
url: "wss://garfield-testnet.zircuit.com",
87228698
tracking: "none",
87238699
trackingDetails: privacyStatement.drpc,
87248700
},
@@ -9331,6 +9307,15 @@ export const extraRpcs = {
93319307
"wss://eth-rpc.polkadot.io"
93329308
],
93339309
},
9310+
688689: {
9311+
rpcs: [
9312+
{
9313+
url: "https://rpc.evm.pharos.testnet.cosmostation.io",
9314+
tracking: "none",
9315+
trackingDetails: privacyStatement.Cosmostation
9316+
}
9317+
]
9318+
}
93349319
};
93359320

93369321
const allExtraRpcs = mergeDeep(llamaNodesRpcs, extraRpcs);

0 commit comments

Comments
 (0)