Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions constants/extraRpcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ const privacyStatement = {
"We never collect, store, or track any identifying information. Data points like request volumes and success rates are only aggregated to monitor API performance. For more details, please visit https://rhinostake.com/resources/rhino-apis-terms-conditions",
GrandValley:
"We do not collect, store, process, or log any data from users of our Services. This includes, but is not limited to: IP addresses (we explicitly disable IP logging at both software and infrastructure levels), Device/browser identifiers (e.g., user-agent headers, screen resolution), Network metadata (requests, responses, timestamps), Wallet addresses, private keys, or transaction data, Geolocation or demographic information. https://github.com/hubofvalley/Testnet-Guides/blob/main/PRIVACY_POLICY.md",
reliableninjas:
"Reliable Ninjas does not collect or track personal user information. IP addresses are only temporarily processed in volatile memory for the sole purpose of rate limiting RPC usage and are purged as soon as they are no longer needed. No identifiable or sensitive information is logged, stored, or retained. Reliable Ninjas does not use cookies or tracking technologies. We do not sell, share, or disclose user data to third parties. For more information, please visit: https://reliableninjas.com/privacy-policy",
therpc:
"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",
Spectrum:
Expand Down Expand Up @@ -4949,11 +4947,6 @@ export const extraRpcs = {
tracking: "limited",
trackingDetails: privacyStatement.blastapi,
},
{
url: "https://zetachain-testnet-evm.reliableninjas.com",
tracking: "none",
trackingDetails: privacyStatement.reliableninjas,
},
],
},
7000: {
Expand Down Expand Up @@ -4988,11 +4981,6 @@ export const extraRpcs = {
tracking: "yes",
trackingDetails: privacyStatement.thirdweb,
},
{
url: "https://zetachain-mainnet-evm.reliableninjas.com",
tracking: "none",
trackingDetails: privacyStatement.reliableninjas,
},
{
url: "https://api-zetachain-mainnet.n.dwellir.com/2ccf18bf-2916-4198-8856-42172854353c",
tracking: "limited",
Expand Down