From 6ebb3e1d2d8427f6c9a7674da2319fff384e5ee4 Mon Sep 17 00:00:00 2001 From: hernan-clich Date: Tue, 23 Jun 2026 12:07:19 -0300 Subject: [PATCH] Remove deprecated Reliable Ninjas ZetaChain RPC endpoints. --- constants/extraRpcs.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js index c6e0e427b7..c42b22e5cf 100644 --- a/constants/extraRpcs.js +++ b/constants/extraRpcs.js @@ -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: @@ -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: { @@ -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",