cosmology-tech / starship

A k8s based unified development environment for Cosmos Ecosystem (and beyond)
https://cosmology.zone/products/starship
MIT License
65 stars 16 forks source link

feature: load relayer mnemonic based on index #426

Closed Anmol1696 closed 1 month ago

Anmol1696 commented 1 month ago

Overview

Currently we load relayer mnemonic based on just the 1st entry, relayer[0] for each of the relayers in config/keys.json.

Proposal

Have multiple mnemonics in the keys.json, and load based on the index of the relayer.

Alternative

Have a secondary utility to produce test mnemonics based on input vars. Too much work for now.