From 6faf8d2fbcdce37aaed0cba94e308d235a5c160a Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Mon, 13 Feb 2023 10:53:47 -0500 Subject: [PATCH] Move the xnf normalize variant to pkg.browser instead of import (#3724). --- src.ts/hash/namehash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);