> For the complete documentation index, see [llms.txt](https://docs.jazdid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jazdid.com/developers/renew-names.md).

# Renew Names

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

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