Add RPC to Chain Registry
This step ensures your RPC/API endpoints are publicly available, allowing more people to benefit from them. Follow these instructions to add your endpoints:
-
Fork the Chain Registry Repository
-
Clone the forked repository to your local machine
git clone https://github.com/<your_github_name>/chain-registry.git
-
Navigate to the Sentinel/ directory and open the chain.json file.
-
Locate the RPC and API endpoints, add your endpoints, and save the file.
-
Commit and push your changes to your forked repository:
git add .
git commit -m "any message you want to add"
git push
- Create a pull request to the original Chain Registry repository.