cosmos / chain-registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add updater program

jackzampolin opened this issue · comments

This program should:

  • go through each chain.json and ensure that the correct mainnet version is there
  • ensure that seeds and rpc endpoints are active
  • open PRs via CI to ensure that data is up to date

related #23

  • Second issue: a similar solution is achieved in Osmosis check broken links CI, so the proposed solution in #23 is possible. I created that CI for osmosis so I will move it to this one and add some more actions mentioned in #23