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

startEditionfrom: function for solana NFT #5

Open
s-d-sd opened this issue May 18, 2022 · 2 comments
Open

startEditionfrom: function for solana NFT #5

s-d-sd opened this issue May 18, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@s-d-sd
Copy link

s-d-sd commented May 18, 2022

Summary

I'd like to ask to add startEditionfrom: function to solana for this fork if it's possible.

Basic example

No response

Motivation

No response

@s-d-sd s-d-sd added the enhancement New feature or request label May 18, 2022
@bolshoytoster
Copy link
Owner

@SDM-Shroom I'm not sure why, but I believe solana can only start from 1 for some reason.

You can get rid of the check by removing the network != NETWORK.sol && from ~line 440:

if (network != NETWORK.sol && layerconfiguration[Object.keys(layerconfiguration).find(k => k.toLowerCase() == "starteditionfrom")] != undefined) {
offset = layerconfiguration[Object.keys(layerconfiguration).find(k => k.toLowerCase() == "starteditionfrom")];

@s-d-sd
Copy link
Author

s-d-sd commented May 18, 2022

@bolshoytoster

Thank you for the advice!
It actually worked without the code network != NETWORK.sol &&

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants