> ## Documentation Index
> Fetch the complete documentation index at: https://namehash-krzysztofwrobel-sc-24494-nameguard-remove-goerli-a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# fakeEthNameCheck()

## Usage

```ts
const contractAddress = "";
const tokenId = "";

const report = await nameguard.fakeEthNameCheck(contractAddress, tokenId);
```

## Options

You can override the network used for `fakeEthNameCheck` using the second argument:

```ts
const contractAddress = "";
const tokenId = "";

const report = await nameguard.fakeEthNameCheck(contractAddress, tokenId, {
  network: "...",
});
```
