migrate to jsr dependencies for @noble and @scure.

This commit is contained in:
fiatjaf
2026-01-27 23:54:50 -03:00
parent 3588d30044
commit 42c9c7554d
6 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
import { bytesToHex } from '@noble/hashes/utils.js'
import { wordlist } from '@scure/bip39/wordlists/english'
import { wordlist } from '@scure/bip39/wordlists/english.js'
import { generateMnemonic, mnemonicToSeedSync, validateMnemonic } from '@scure/bip39'
import { HDKey } from '@scure/bip32'