fix: @noble/curves imports

This commit is contained in:
Derrick Hammer 2024-03-21 13:13:54 -04:00
parent 6a02b9f256
commit a2bdba0599
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@ import {
} from "./generated/index.js";
import path from "path";
import { customInstance } from "./axios.js";
import { ensureBytes, equalBytes } from "@noble/curves/abstract/utils.js";
import { concatBytes } from "@noble/hashes/utils.js";
import { CID_HASH_TYPES } from "@lumeweb/libs5/lib/constants.js";
import { ensureBytes, equalBytes } from "@noble/curves/abstract/utils";
import { concatBytes } from "@noble/hashes/utils";
import { CID_HASH_TYPES } from "@lumeweb/libs5";
import { buildRequestUrl } from "./request.js";
import WS from "isomorphic-ws";
import {