Skip to content
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

add IBC relayers to chain.json #1489

Open
ertemann opened this issue Feb 22, 2023 · 1 comment
Open

add IBC relayers to chain.json #1489

ertemann opened this issue Feb 22, 2023 · 1 comment

Comments

@ertemann
Copy link
Contributor

ertemann commented Feb 22, 2023

I propose adding a section relayers to the chain.json with the following structure so to provide clarity on active operators.

This combined with #1488 should provide all required info regarding IBC channels and their operational status between the various cosmos chains.

Data for both of these issues could be pulled from: https://github.com/SmartStake/relayers

{
  "$schema": "../chain.schema.json",
  "chain_name": "cosmos hub",
  
  "filler_content": "......",
  
  
  "relayers": [
    {
      "moniker": "lavender.Five Nodes",
	  "address": "cosmos18xrruhq5r246mwk0yj9elnn3mte8xa9uq4mdvu"
    },
    {
      "moniker": "cryptocrew",
	  "address": "cosmos1yvejj22t78s2vfk7slty2d7fs5lkc8rnnt3j9u"
    },
    {
      "moniker": "stakelab",
	  "address": "cosmos1mjq48r6435aewerpruwc8up3tz3rzan2ve7hp4"
    },
  ]
}
@JeremyParish69
Copy link
Collaborator

There have been a number of attempts at a 'relayer registry', although I'm not sure if any has risen to become the canon.
Including this here might introduce a lot of PR overhead.
If included here, I'd suggest that it be in the ibc files--not in the chain files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants