Have an official Application URI for this contract.
Configure an official Application URI for this contract.
const contract = await sdk.getContract("{{contract_address}}"); const appURI = await contract.app.get(); appURI = "ipfs://some_ipfs_hash"; await contract.app.set(appURI);