-
Notifications
You must be signed in to change notification settings - Fork 3
Auction Module #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Auction Module #11
Conversation
| string owner = 7; | ||
| uint32 limit = 8; | ||
| AuctionType auction_type = 2; | ||
| string nft_denom_id = 3; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think to replace it as we've done with the fantoken?
For example:
Denom => nft{HASH}
OldDenom => Collection
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
of course this question should be moved in the nft module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this discussion belongs to the nft module, not auction module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we handle this in another PR? @angelorc
Since this is related with nft module changes, not auction module.
No description provided.