cmd.PersistentFlags().String(flags.FlagGas,"300000","gas limit to set per-transaction; set to auto to calculate sufficient gas automatically. Note: auto option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of fees. (default 300000)")//nolint:lll
cmd.PersistentFlags().String(flags.FlagNode,"tcp://localhost:26657","<host>:<port> to tendermint rpc interface for this chain")//nolint:lll
cmd.PersistentFlags().Float64(flags.FlagGasAdjustment,flags.DefaultGasAdjustment,"adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored ")//nolint:lll