Name processing
Last updated
import { namehash, normalize } from "viem/ens";
const normalizedName = normalize('salmo.nad');
const node = namehash(normalizedName);import { ensNormalize, namehash } from "ethers/hash";
const normalizedName = ensNormalize('salmo.nad')
const node = namehash(normalizedName)