--- tags: game-of-chains --- # Consumer chains in GoC: Requirements - Binary - Build instructions - Release/tag/commit - Genesis file - denom - chain id - funded accounts for relayer and faucet (if applicable) - signed_blocks_window: set to 8640 - unbonding_time param in ccv module: set to 345600s - Proposal - Link to a repo/site for genesis and code review (something like this: https://github.com/hyphacoop/ics-testnets/tree/main/game-of-chains-2022/neutron) - https://github.com/hyphacoop/ics-testnets/blob/main/docs/Consumer-Chain-Start-Process.md - https://github.com/hyphacoop/ics-testnets/tree/main/docs/proposals - Binary hash - Genesis file hash (without CCV state) - Spawn time - Initial height: content will change depending on the chain id For chain id `neutron`: ``` "initial_height": { "revision_height": 1 }, ``` For chain id `hero-1`: ``` "initial_height": { "revision_height": 1, "revision_number": 1 }, ``` - Coordination with other validators - Discord: Engage `game-of-chains` and `consumer-chains channels` - Provide info for: - Peers - IBC (relayer) - Faucet (if applicable) Getting tokens for the provider chain: https://provider-faucet.goc.earthball.xyz/ Submitting a proposal: https://github.com/hyphacoop/ics-testnets/blob/main/docs/Consumer-Chain-Start-Process.md#consumer-chain-start-process Block explorers with gov dashboards: https://testnet.ping.pub/provider/gov https://testnet.mintscan.io/goc-provider/proposals