deps: rm web-bip39 in favor of @scure/bip39

This commit is contained in:
2024-10-05 22:12:51 +03:00
parent 0cd7ca7f65
commit a25028b37c
5 changed files with 71 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
import {
generateMnemonic as generateMnemonic_bip39,
mnemonicToSeed
} from "web-bip39";
import wordlist from "web-bip39/wordlists/english";
} from "@scure/bip39";
import { wordlist } from "@scure/bip39/wordlists/english";
import elliptic from "elliptic";
import { Key } from "./key";