Skip to content

Commit

Permalink
docs: remove redundant info
Browse files Browse the repository at this point in the history
  • Loading branch information
daeMOn63 committed Mar 16, 2022
1 parent 0a74a78 commit ec4ad74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fetchd/cmd/doradomigrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ It does the following operations:
cmd.Flags().String(flags.FlagChainID, "fetchhub-4", "override chain_id with this flag")
// see https://github.com/cosmos/ibc-go/blob/v2.0.3/modules/core/03-connection/types/connection.pb.go#L359-L362
cmd.Flags().Uint64(flagIBCMaxExpectedTimePerBlock, 30000000000, "value for ibc.connection_genesis.params.max_expected_time_per_block (nanoseconds)")
cmd.Flags().String(flagNanonomxSupply, "1000000000000000000nanonomx", "initial nanonomx supply (9 decimals)")
cmd.Flags().String(flagNanonomxSupply, "1000000000000000000nanonomx", "initial nanonomx supply")
cmd.Flags().String(flagFoundationAddress, "fetch1c2wlfqn6eqqknpwcr0na43m9k6hux94dp6fx4y", "fetch.ai foundation address")

return cmd
Expand Down

0 comments on commit ec4ad74

Please sign in to comment.