Name processing
Name normalization
import { normalize } from 'viem/ens'
const normalizedName = normalize('Salmo.Nad')
// => salmo.nadimport { ensNormalize, namehash } from "ethers/hash";
const normalizedName = ensNormalize('Salmo.Nad')
// => salmo.nadNamehash
Last updated