-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
ioID-contracts/scripts/deploy-example.ts
Line 27 in 2584142
| tx = await deviceNFT.configureMinter(deployer, 100); |
Metadata
Metadata
Assignees
Labels
No labels