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
When testing the upgrade of contracts v3.3.x in mumbai we are getting an error from the SDK when claiming a NFT: Nevermined does not have operator role
This seems because the TransferNFT721Condition is not an operator. Granting a condition as operator typically happens during the contract deployment.
Tasks:
Check if during the upgredability process this needs to be granted again because the new condition implementation.
Grant the TransferNFT721Condition v3.3.x in mumbai
Modify the upgradability scripts please to include that
Describe the bug
When testing the upgrade of contracts
v3.3.x
inmumbai
we are getting an error from the SDK when claiming a NFT: Nevermined does not have operator roleThis seems because the
TransferNFT721Condition
is not an operator. Granting a condition as operator typically happens during the contract deployment.Tasks:
TransferNFT721Condition
v3.3.x inmumbai
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The subscription is purchased and transfer correctly
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: