title: "[Cosmos chain onboarding proposal] " labels: ["gateway"] body: - type: input id: website attributes: label: Website description: "Website for chain" placeholder: | https://... validations: required: true - type: input id: github attributes: label: Github description: "Github Organization" validations: required: true - type: input id: blog attributes: label: Blog description: "URL for blog site" validations: required: true - type: input id: documentation attributes: label: Documentation description: "URL for documentation site" validations: required: true - type: textarea id: stats attributes: label: Community stats value: | validations: required: true - type: textarea id: summary attributes: label: Short Summary description: "Short summary about the chain" validations: required: true - type: textarea id: why attributes: label: Why should Wormhole add this chain? value: | validations: required: true - type: textarea id: technology attributes: label: Technology and Features description: "Please include a short summary (max 5 dot points) about your chain's technology." validations: required: true - type: textarea id: token attributes: label: Native token details description: "Details about the native token and tokenomics." value: | validations: required: true - type: textarea id: node-operators attributes: label: Technical requirements for running a node description: "If there are no extra requirements for guardians, please use the following message: `None - [chain] will emit messages to Gateway via IBC. Guardians should not have to run anything additional (except for guardians who may run IBC relayers).`" validations: required: true - type: textarea id: ibc-relaying attributes: label: IBC Relaying Strategy description: "Please describe how IBC relaying between Wormhole Gateway and your chain will be handled." value: | validations: required: true