Skip to content

Commit

Permalink
update example cmds with royalty receivers
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Jan 31, 2024
1 parent 935c79e commit bdf7de6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/onft/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ func GetCmdCreateDenom() *cobra.Command {
fmt.Sprintf(`Create a new denom.
Example:
$ %s tx onft create [symbol] --name=<name> --schema=<schema> --description=<description>
--uri=<uri> --uri-hash=<uri hash> --preview-uri=<preview-uri> --creation-fee <fee>
--chain-id=<chain-id> --from=<key-name> --fees=<fee>`,
--uri=<uri> --uri-hash=<uri hash> --preview-uri=<preview-uri> --royalty-receivers=<"addr1:weight,addr2:weight">
--creation-fee <fee> --chain-id=<chain-id> --from=<key-name> --fees=<fee>`,
version.AppName,
),
),
Expand Down Expand Up @@ -296,7 +296,7 @@ func GetCmdUpdateDenom() *cobra.Command {
fmt.Sprintf(`Edit the data of Denom.
Example:
$ %s tx onft update-denom [denom-id] --name=<onft-name> --description=<onft-description>
--preview-uri=<uri> --from=<key-name> --chain-id=<chain-id> --fees=<fee>`,
--preview-uri=<uri> --royalty-receivers="addr1:weight,addr2:weight" --from=<key-name> --chain-id=<chain-id> --fees=<fee>`,
version.AppName,
),
),
Expand Down

0 comments on commit bdf7de6

Please sign in to comment.