Skip to content
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

Max mintable helper function for range editon #57

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

vigneshka
Copy link
Collaborator

@vigneshka vigneshka commented Sep 8, 2022

A function on the sale schedule to assist in getting the current max mintable for range edition

@changeset-bot
Copy link

changeset-bot bot commented Sep 8, 2022

🦋 Changeset detected

Latest commit: 955c4e4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@soundxyz/sdk Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@@ -485,6 +485,10 @@ export function SoundClient({
maxMintableLower: mintSchedule.maxMintableLower,
maxMintableUpper: mintSchedule.maxMintableUpper,
closingTime: mintSchedule.closingTime,
maxMintable: (unix_timestamp?: number) =>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feel free to suggest alternative names,
kind of confusing with maxMintableLower, maxMintableUpper, maxMintablePerAccount, and now
maxMintable()

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PabloSzx , any thoughts?

@vigneshka vigneshka merged commit 932cb59 into main Sep 8, 2022
@vigneshka vigneshka deleted the vigneshka/max-mintable-helper branch September 8, 2022 19:40
@github-actions github-actions bot mentioned this pull request Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants