Add new RPC URL for Celo Mainnet to extraRpcs.js#2223
Add new RPC URL for Celo Mainnet to extraRpcs.js#2223krissemmy wants to merge 7 commits intoDefiLlama:mainfrom
Conversation
Add RPC url from the community-maintained RPC gateway for Celo Mainnet. Source (https://celo-community.org/)
constants/extraRpcs.js
Outdated
| tracking: "limited", | ||
| trackingDetails: privacyStatement.onfinality, | ||
| }, | ||
| "https://rpc.celo-community.org", |
There was a problem hiding this comment.
Add tracking and trackingDetails field pls
There was a problem hiding this comment.
Please take a look, I added tracking: "limited" and a trackingDetails field.
There is no separate policy on celo-community.org yet, so I referenced Celo’s general privacy policy for context.
For more context check out the GitHub repo of the community RPC, There are no obvious third-party trackers wired into the gateway, as confirmed from the repo code
Hope this is clear @Define101
|
Validation failed for chain files. Please check the workflow logs for details. Error message: |
|
Validation failed for chain files. Please check the workflow logs for details. Error message: |
|
All checks passed now. |
constants/extraRpcs.js
Outdated
| { | ||
| url: "https://rpc.celo-community.org", | ||
| tracking: "limited", | ||
| trackingDetails: privacyStatement.celoCommunity, |
There was a problem hiding this comment.
celocommunity and not celoCommunity
Add RPC url from the community-maintained RPC gateway for Celo Mainnet.
Source (https://celo-community.org/)
Below is a screenshot of an eth_blockNumber request made using the new RPC url.
P.S I used this self-built DevTool to test the RPC (https://krainode.krissemmy.com/playground)
Link the service provider's website (the company/protocol/individual providing the RPC):
Link: https://celo-community.org/
Your RPC should always be added at the end of the array: Yes it is.