fix: ensure we are using the export for @noble/hashes utils
This commit is contained in:
parent
5bb6c99f4c
commit
7dd6f9f0b0
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue