Renew Names

import { evm } from '@jazdid/jaz-did-sdk';

await evm.registrarController.renew({
    mixedRegistrarControllerAddress,
    registrarAddress,
    domainName,
    duration: '1', // Unit (year)
});

Last updated