diff --git a/src.ts/hash/namehash.ts b/src.ts/hash/namehash.ts index af3b0d86ec..e3916ec622 100644 --- a/src.ts/hash/namehash.ts +++ b/src.ts/hash/namehash.ts @@ -5,7 +5,7 @@ import { } from "../utils/index.js"; -import { ens_normalize } from "@adraffy/ens-normalize/xnf"; +import { ens_normalize } from "@adraffy/ens-normalize"; const Zeros = new Uint8Array(32); Zeros.fill(0);