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

Device NFT deploy script fails #6

Open
simonerom opened this issue Dec 13, 2024 · 0 comments
Open

Device NFT deploy script fails #6

simonerom opened this issue Dec 13, 2024 · 0 comments

Comments

@simonerom
Copy link
Member

The deploy-example.ts script fails because the Device NFT contract is not deployed as an upgradeable contract, and the owner is not set in the constructor but rather in the initialize function. As a result, the following action fails since the caller is not owner.

tx = await deviceNFT.configureMinter(deployer, 100);

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

No branches or pull requests

1 participant