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
In the current situation all deployed contracts are owned by the admin address, therefore we have to manually transfer the ownership of the nft contract from admin to minter contract.
Using starknet invoke we should be able to handle thise automatically after deployments.
The text was updated successfully, but these errors were encountered:
In the current situation all deployed contracts are owned by the admin address, therefore we have to manually transfer the ownership of the nft contract from admin to minter contract.
Using
starknet invoke
we should be able to handle thise automatically after deployments.The text was updated successfully, but these errors were encountered: