Returns a consolidated NameGuard report for each name (up to 250).
const report = await nameguard.bulkInspectNames([ "nick.eth", "notrab.eth", "lightwalker.eth", ]);
You can override the network used for bulkInspectNames using the second argument:
bulkInspectNames
const report = await nameguard.bulkInspectNames(["nick.eth", "vitalik.eth"], { network: "...", });