export const certify = hela()
  .command('ens:certify <collection>', 'Make a collection certified')
  .alias(['certify', 'certyfi', 'certyfy'])
  .action(async () => {});