iotexproject / iotexproject/ioID-contracts
Device NFT deploy script fails
Open
- Dominant language
- Solidity
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
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. https://github.com/iotexproject/ioID-contracts/blob/25841427d2ed8506c577fa02858e75047a6ab840/scripts/deploy-example.ts#L27
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.