Skip to content

Commit 2049c1b

Browse files
authored
added STAKEME rpc sei (#1759)
1 parent 299cd2b commit 2049c1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

constants/extraRpcs.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ const privacyStatement = {
197197
"We temporarily record request method names and IP addresses for 7 days solely for service functionality, such as load balancing and DDoS protection.https://therpc.io/agreement/privacy-policy",
198198
Spectrum:
199199
"At SpectrumNodes.com, we collect and process personal information to deliver, secure, and improve our RPC services, and we do so only with a valid legal basis such as your consent or to fulfill contractual obligations. We do not process sensitive personal data, sell user information, or collect from third parties, and we employ strong technical safeguards to protect your privacy. Users have rights to access, correct, or delete their data, and can contact us anytime at [email protected] or https://spectrumnodes.com/contact",
200+
STAKEME:
201+
"We do not collect or store personal request data or request origins. To ensure the functionality of our services, such as load balancing and DDoS protection, we temporarily $
200202
};
201203

202204
export const extraRpcs = {
@@ -7401,6 +7403,11 @@ export const extraRpcs = {
74017403
tracking: "none",
74027404
trackingDetails: privacyStatement.Histori,
74037405
},
7406+
{
7407+
url: "https://sei-evm-rpc.stakeme.pro",
7408+
tracking: "none",
7409+
trackingDetails: privacyStatement.STAKEME,
7410+
},
74047411
],
74057412
},
74067413
130: {

0 commit comments

Comments
 (0)