You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: