cosmos / gravity-bridge

A CosmosSDK application for moving assets on and off of EVM based, POW chains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orchestrator usage docs are inconsistent

mvid opened this issue · comments

Usage: {} --cosmos-phrase=<key> --ethereum-key=<key> --cosmos-legacy-rpc=<url> --cosmos-grpc=<url> --ethereum-rpc=<url> --fees=<denom> --contract-address=<addr>
        Options:
            -h --help                    Show this screen.
            --cosmos-key=<ckey>          The Cosmos private key of the validator
            --ethereum-key=<ekey>        The Ethereum private key of the validator

The orchestrator docs describe that you use cosmos-phrase and cosmos-key. Which one is the correct one?

I believe this was resolved by #311