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
8 changes: 7 additions & 1 deletion constants/extraRpcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ 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 = {
Expand Down Expand Up @@ -2315,6 +2316,11 @@ export const extraRpcs = {
tracking: "limited",
trackingDetails: privacyStatement.dwellir,
},
{
url: "https://rpc.celo-community.org",
tracking: "limited",
trackingDetails: privacyStatement.celocommunity,
},
],
},
11142220: {
Expand Down