Skip to content

Device NFT deploy script fails  #6

@simonerom

Description

@simonerom

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions