From cf5bfd3b3bd3e9e65124a542e5b2c59ce728b2ad Mon Sep 17 00:00:00 2001 From: tmblz Date: Wed, 9 Sep 2026 17:12:07 +0800 Subject: [PATCH] Update BlockRazor RPC info --- constants/extraRpcs.js | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js index 53c58fb695..1226eb2da9 100644 --- a/constants/extraRpcs.js +++ b/constants/extraRpcs.js @@ -186,7 +186,7 @@ export const privacyStatement = { buildbear: "Usage Data is collected automatically when using the Service.Usage Data may include information such as Your Device's Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.https://www.buildbear.io/privacy-policy", BlockRazor: - "Privacy notice: BlockRazor RPC does not track any kind of user information (i.e. IP, location, etc.). Only information that is public on the blockchain are preserved, such as timestamp of a transaction. For more information please visit: https://blockrazor.gitbook.io/blockrazor/scutum-mev-protect-rpc#privacy-statement", + "Privacy notice: BlockRazor RPC does not track any kind of user information (i.e. IP, location, etc.). Only information that is public on the blockchain are preserved, such as timestamp of a transaction. For more information please visit: https://docs.blockrazor.io/statement/privacy-statement", numa: "Usage Data may include information such as Your Device's Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers, and other diagnostic data. Check out our Terms of use: https://app.numa.network/terms-of-use/ and Privacy Policy: https://app.numa.network/privacy-policy/", Histori: "At Histori, we do not log, store, or track your IP address, country, location, or any personal data while making RPC requests and REST API calls. Learn more at: https://histori.xyz/support/privacy-policy", @@ -557,6 +557,16 @@ export const extraRpcs = { tracking: "none", trackingDetails: privacyStatement.BlockRazor, }, + { + url: "https://eth.blockrazor.xyz/fullprivacy", + tracking: "none", + trackingDetails: privacyStatement.BlockRazor, + }, + { + url: "https://eth.blockrazor.xyz/maxbackrun", + tracking: "none", + trackingDetails: privacyStatement.BlockRazor, + }, { url: "https://endpoints.omniatech.io/v1/eth/mainnet/public", tracking: "none", @@ -1193,6 +1203,16 @@ export const extraRpcs = { tracking: "none", trackingDetails: privacyStatement.BlockRazor, }, + { + url: "https://bsc.blockrazor.xyz/fullprivacy", + tracking: "none", + trackingDetails: privacyStatement.BlockRazor, + }, + { + url: "https://bsc.blockrazor.xyz/maxbackrun", + tracking: "none", + trackingDetails: privacyStatement.BlockRazor, + }, { url: "https://endpoints.omniatech.io/v1/bsc/mainnet/public", tracking: "none",