From 09b2eb6012fd6291cb2e36413a7166e28eac5758 Mon Sep 17 00:00:00 2001 From: Emmanuel Christopher <119800888+krissemmy@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:06:11 +0100 Subject: [PATCH 1/5] Add new RPC URL for Celo Mainnet to extraRpcs.js Add RPC url from the community-maintained RPC gateway for Celo Mainnet. Source (https://celo-community.org/) --- constants/extraRpcs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js index 1f45be32ba..b6a54e7d75 100644 --- a/constants/extraRpcs.js +++ b/constants/extraRpcs.js @@ -2265,6 +2265,7 @@ export const extraRpcs = { rpcs: [ "https://forno.celo.org", "https://rpc.celocolombia.org", + "https://rpc.celo-community.org", { url: "https://rpc.ankr.com/celo", tracking: "limited", From dad967a5842121310d1172a19167cb2c8166ad44 Mon Sep 17 00:00:00 2001 From: Emmanuel Christopher <119800888+krissemmy@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:09:33 +0100 Subject: [PATCH 2/5] Move rpc.celo-community.org to a end of array position --- constants/extraRpcs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js index b6a54e7d75..4fd437e0a4 100644 --- a/constants/extraRpcs.js +++ b/constants/extraRpcs.js @@ -2265,7 +2265,6 @@ export const extraRpcs = { rpcs: [ "https://forno.celo.org", "https://rpc.celocolombia.org", - "https://rpc.celo-community.org", { url: "https://rpc.ankr.com/celo", tracking: "limited", @@ -2296,6 +2295,7 @@ export const extraRpcs = { tracking: "limited", trackingDetails: privacyStatement.onfinality, }, + "https://rpc.celo-community.org", ], }, 11142220: { From c294329c55f2275fb65b67b41de7c6b6e6bb63ca Mon Sep 17 00:00:00 2001 From: Emmanuel Christopher <119800888+krissemmy@users.noreply.github.com> Date: Mon, 17 Nov 2025 13:57:47 +0100 Subject: [PATCH 3/5] Update privacy statements and add Celo Community RPC --- constants/extraRpcs.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js index 4fd437e0a4..8e04379689 100644 --- a/constants/extraRpcs.js +++ b/constants/extraRpcs.js @@ -218,7 +218,9 @@ const privacyStatement = { grove: "We store minimal PII related to your login information. We will retain Users’ PII (including Sensitive PII, where applicable) while they maintain an account with us or to the extent necessary to provide the services through the Service. Thereafter, we will keep PII for as long as reasonably necessary. See our Privacy Policy for more details: https://grove.city/privacy", Chainlink: - "We collect IP address information for security and troubleshooting purposes. For more information about our privacy practices please reference https://chain.link/privacy-policy." + "We collect IP address information for security and troubleshooting purposes. For more information about our privacy practices please reference https://chain.link/privacy-policy.", + celoCommunity: + "Celo Community RPC is a stateless Cloudflare Worker gateway that forwards requests to validator-operated nodes. It does not add application-level analytics; only standard infrastructure logs (IP, headers, timestamps, error rates) may be kept for reliability and abuse prevention. See https://celo.org/privacy-policy for broader Celo data handling.", }; export const extraRpcs = { @@ -2295,7 +2297,11 @@ export const extraRpcs = { tracking: "limited", trackingDetails: privacyStatement.onfinality, }, - "https://rpc.celo-community.org", + { + url: "https://rpc.celo-community.org", + tracking: "limited", + trackingDetails: privacyStatement.celoCommunity, + }, ], }, 11142220: { From 3193e34a9e268759804018cf7eab5321ccb67f4c Mon Sep 17 00:00:00 2001 From: Emmanuel Christopher <119800888+krissemmy@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:10:47 +0100 Subject: [PATCH 4/5] Fix formatting of celoCommunity privacy statement --- constants/extraRpcs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js index 8e04379689..a39b4b440b 100644 --- a/constants/extraRpcs.js +++ b/constants/extraRpcs.js @@ -219,8 +219,7 @@ const privacyStatement = { "We store minimal PII related to your login information. We will retain Users’ PII (including Sensitive PII, where applicable) while they maintain an account with us or to the extent necessary to provide the services through the Service. Thereafter, we will keep PII for as long as reasonably necessary. See our Privacy Policy for more details: https://grove.city/privacy", Chainlink: "We collect IP address information for security and troubleshooting purposes. For more information about our privacy practices please reference https://chain.link/privacy-policy.", - celoCommunity: - "Celo Community RPC is a stateless Cloudflare Worker gateway that forwards requests to validator-operated nodes. It does not add application-level analytics; only standard infrastructure logs (IP, headers, timestamps, error rates) may be kept for reliability and abuse prevention. See https://celo.org/privacy-policy for broader Celo data handling.", + celoCommunity: "Celo Community RPC is a stateless Cloudflare Worker gateway that forwards requests to validator-operated nodes. It does not add application-level analytics; only standard infrastructure logs (IP, headers, timestamps, error rates) may be kept for reliability and abuse prevention. See https://celo.org/privacy-policy for broader Celo data handling.", }; export const extraRpcs = { From f1b752299be31aff408bfdb199a6ed42731380ba Mon Sep 17 00:00:00 2001 From: Emmanuel Christopher <119800888+krissemmy@users.noreply.github.com> Date: Fri, 28 Nov 2025 12:35:38 +0100 Subject: [PATCH 5/5] Update extraRpcs.js --- constants/extraRpcs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js index a39b4b440b..560d701900 100644 --- a/constants/extraRpcs.js +++ b/constants/extraRpcs.js @@ -219,7 +219,7 @@ const privacyStatement = { "We store minimal PII related to your login information. We will retain Users’ PII (including Sensitive PII, where applicable) while they maintain an account with us or to the extent necessary to provide the services through the Service. Thereafter, we will keep PII for as long as reasonably necessary. See our Privacy Policy for more details: https://grove.city/privacy", Chainlink: "We collect IP address information for security and troubleshooting purposes. For more information about our privacy practices please reference https://chain.link/privacy-policy.", - celoCommunity: "Celo Community RPC is a stateless Cloudflare Worker gateway that forwards requests to validator-operated nodes. It does not add application-level analytics; only standard infrastructure logs (IP, headers, timestamps, error rates) may be kept for reliability and abuse prevention. See https://celo.org/privacy-policy for broader Celo data handling.", + celocommunity: "Celo Community RPC is a stateless Cloudflare Worker gateway that forwards requests to validator-operated nodes. It does not add application-level analytics; only standard infrastructure logs (IP, headers, timestamps, error rates) may be kept for reliability and abuse prevention. See https://celo.org/privacy-policy for broader Celo data handling.", }; export const extraRpcs = { @@ -2299,7 +2299,7 @@ export const extraRpcs = { { url: "https://rpc.celo-community.org", tracking: "limited", - trackingDetails: privacyStatement.celoCommunity, + trackingDetails: privacyStatement.celocommunity, }, ], },