Skip to content

Commit

Permalink
Implement CLITestSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
tkxkd0159 committed Feb 20, 2024
1 parent d655c98 commit 56ee192
Show file tree
Hide file tree
Showing 4 changed files with 803 additions and 9 deletions.
9 changes: 0 additions & 9 deletions x/collection/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ const (

// flag for contracts
FlagBaseImgURI = "base-img-uri"

// flag for fungible token classes
FlagDecimals = "decimals"
FlagMintable = "mintable"
FlagTo = "to"
FlagSupply = "supply"

DefaultDecimals = 8
DefaultSupply = "0"
)

// NewTxCmd returns the transaction commands for this module
Expand Down
Loading

0 comments on commit 56ee192

Please sign in to comment.