import { sendTransaction } from "thirdweb";
import { setContractURI } from "thirdweb/extensions/common";
const transaction = setContractURI({
contract,
uri: ...,
overrides: {
...
}
});
// Send the transaction
await sendTransaction({ transaction, account });