fix: ensure we are using the export for @noble/hashes utils

This commit is contained in:
Derrick Hammer 2023-06-23 08:55:20 -04:00
parent 5bb6c99f4c
commit 7dd6f9f0b0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { ErrTuple, KeyPair, Portal } from "#types.js";
import { Client } from "@lumeweb/libportal";
import { deriveChildKey } from "#keys.js";
import { ed25519 } from "@noble/curves/ed25519";
import { bytesToHex } from "@noble/hashes/utils.js";
import { bytesToHex } from "@noble/hashes/utils";
let activePortalMasterKey;