Probe resolve-name
NAME
probe-resolve-name - Perform an ENS lookup.
SYNOPSIS
probe resolve-name [options] who
DESCRIPTION
Perform an ENS lookup.
If --verify is passed, then a reverse lookup is performed after the normal lookup to verify that the name is correct.
OPTIONS
Lookup Options
-v
--verify
Perform a reverse lookup to verify that the name is correct.
RPC Options
--rpc-url url
The RPC endpoint. Accepts a URL or an existing alias in the [rpc_endpoints] table, like mainnet.
Environment: ETH_RPC_URL
Common Options
-h
--help
Prints help information.
EXAMPLES
- 
Get the address for an ENS name. probe resolve-name vitalik.eth
- 
Perform both a normal and a reverse lookup: probe resolve-name --verify vitalik.eth