Skip to content

Commit

Permalink
Move the xnf normalize variant to pkg.browser instead of import (ethe…
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent e498d2e commit 6faf8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/hash/namehash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6faf8d2

Please sign in to comment.