Skip to main content

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:

  1. Fork the Chain Registry Repository

  2. Clone the forked repository to your local machine

git clone https://github.com/<your_github_name>/chain-registry.git
  1. Navigate to the Sentinel/ directory and open the chain.json file.

  2. Locate the RPC and API endpoints, add your endpoints, and save the file.

  3. Commit and push your changes to your forked repository:

git add .
git commit -m "any message you want to add"
git push
  1. Create a pull request to the original Chain Registry repository.