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

Generated step data's final price does not match your desired value #3

Open
y0unghe opened this issue Jun 14, 2024 · 0 comments
Open

Comments

@y0unghe
Copy link

y0unghe commented Jun 14, 2024

What's the relationship between stepCount, initialMintingPrice and finalMintingPrice. When I try with the below values:

curveData: {
    curveType: 'EXPONENTIAL',
    stepCount: 10,
    maxSupply: 1000,
    initialMintingPrice: 0.0001,
    finalMintingPrice: 1,
    creatorAllocation: 0,
}

I am getting "Generated step data's final price does not match your desired value" error. What's the formula here? I tried with different values. Some will work, some won't. I don't understand the relationship here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant