From 49aec8e08fe1eeae9e081eb46931d5eb39382de1 Mon Sep 17 00:00:00 2001 From: shubham Date: Wed, 27 Nov 2024 16:31:35 +0530 Subject: [PATCH 1/2] added numa rpc --- constants/extraRpcs.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js index 105717aef9..b5ac44303e 100644 --- a/constants/extraRpcs.js +++ b/constants/extraRpcs.js @@ -176,6 +176,9 @@ const privacyStatement = { "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", + numa: + "Numa RPC does not track any kind of user info. Check out our Terms of use: https://app.numa.network/terms-of-use/ and Privacy Policy: https://app.numa.network/privacy-policy/", + }; export const extraRpcs = { @@ -4220,6 +4223,11 @@ export const extraRpcs = { tracking: "yes", trackingDetails: privacyStatement.lava, }, + { + url: "https://rpc.numa.network/base", + tracking: "none", + trackingDetails: privacyStatement.numa, + }, ], }, 11235: { From 0aae709ef4920d919711f5348db27846e6598c9d Mon Sep 17 00:00:00 2001 From: Real Shaman <85087525+realdealshaman@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:00:29 -0600 Subject: [PATCH 2/2] add tracking based on privacy statement quote add tracking based on privacy statement quote --- constants/extraRpcs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js index 5b52928b91..844c1f62fd 100644 --- a/constants/extraRpcs.js +++ b/constants/extraRpcs.js @@ -4602,7 +4602,7 @@ export const extraRpcs = { }, { url: "https://rpc.numa.network/base", - tracking: "none", + tracking: "yes", trackingDetails: privacyStatement.numa, }, {