File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- import { secp256k1 } from "@noble/curves/secp256k1"
1+ import { secp256k1 } from "@noble/curves/secp256k1.js "
22import { expect , test } from "vitest"
33import { ecdsa } from "./ecdsa"
44
Original file line number Diff line number Diff line change 1- import { secp256k1 } from "@noble/curves/secp256k1"
1+ import { secp256k1 } from "@noble/curves/secp256k1.js "
22import type { Curve } from "./types"
33import { blake2b256 , ensureBytes } from "./utils"
44
Original file line number Diff line number Diff line change 1- import { ed25519 as ed25519_ } from "@noble/curves/ed25519"
1+ import { ed25519 as ed25519_ } from "@noble/curves/ed25519.js "
22import { expect , test } from "vitest"
33import { ed25519 } from "./ed25519"
44
Original file line number Diff line number Diff line change 1- import { ed25519 as ed25519_ } from "@noble/curves/ed25519"
1+ import { ed25519 as ed25519_ } from "@noble/curves/ed25519.js "
22import { ensureBytes } from "."
33import type { Curve } from "./types"
44
Original file line number Diff line number Diff line change 1- import { bytesToHex } from "@noble/curves/abstract/ utils"
1+ import { bytesToHex } from "@noble/hashes/ utils.js "
22import { DEV_PHRASE } from "@polkadot-labs/hdkd-helpers"
33import { $ } from "execa"
44import { generateVariants } from "./utils.js"
You can’t perform that action at this time.
0 commit comments