-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add new RPC URL for Celo Mainnet to extraRpcs.js #2223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add tracking and trackingDetails field pls
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
celocommunity and not celoCommunity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Define101 Resolved 🫡
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.