Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 83b2cab

Browse files
committed
Switching to hdkey from js-ethereum-cryptography.
1 parent e747921 commit 83b2cab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"scryptsy": "^1.2.1",
4141
"aes-js": "^3.1.1",
4242
"bs58check": "^2.1.2",
43+
"ethereum-cryptography": "^0.1.3",
4344
"ethereumjs-util": "^6.0.0",
44-
"hdkey": "^1.1.1",
4545
"randombytes": "^2.0.6",
4646
"safe-buffer": "^5.1.2",
4747
"utf8": "^3.0.0",

src/hdkey.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const HDKey = require('hdkey')
1+
const { HDKey } = require('ethereum-cryptography/hdkey')
22
const Wallet = require('./index.js')
33

44
function EthereumHDKey () {

0 commit comments

Comments
 (0)