Usage

const report = await nameguard.bulkInspectNames([
  "nick.eth",
  "notrab.eth",
  "lightwalker.eth",
]);

Options

You can override the network used for bulkInspectNames using the second argument:

const report = await nameguard.bulkInspectNames(["nick.eth", "vitalik.eth"], {
  network: "...",
});