Chainflow / cosmos-validator-mission-control

Cosmos validator mission control monitoring and alerting tool.
MIT License
40 stars 30 forks source link

Using with other CosmosSDK chains #53

Open jcdmacleod opened 2 years ago

jcdmacleod commented 2 years ago

Could I get some assistance with configuration for use with other cosmosSDK chains?

NagaTulasi commented 2 years ago

Hi @jcdmacleod Configuration is same for all cosmos based chains, you just have to configure below fields with your details in config.toml and start the chain. external_rpc endpoint val_operator_addr account_addr validator_hex_addr

jcdmacleod commented 2 years ago

Ok, great. If we need multiple chains, we just run multiple instances?

NagaTulasi commented 2 years ago

You can run multiple chains in one instance, Configure your network details in config.toml and don't forget to configure unique database name for each network.

aaronkine commented 2 years ago

Hello, where can i find or generate the validator_hex_addr ?