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

Commit cead4f9

Browse files
authoredJun 19, 2020
Merge pull request #128 from Tenderly/removing-native-js-dependencies
Removing hdkey native dependency
2 parents 35df952 + c0edad3 commit cead4f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"dependencies": {
4646
"aes-js": "^3.1.1",
4747
"bs58check": "^2.1.2",
48+
"ethereum-cryptography": "^0.1.3",
4849
"ethereumjs-util": "^7.0.2",
49-
"hdkey": "^2.0.1",
5050
"randombytes": "^2.0.6",
5151
"scrypt-js": "^3.0.1",
5252
"utf8": "^3.0.0",

‎src/hdkey.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Wallet from './index'
22

3-
const HDKey = require('hdkey')
3+
import { HDKey } from 'ethereum-cryptography/hdkey'
44

55
export default class EthereumHDKey {
66
/**

0 commit comments

Comments
 (0)
This repository has been archived.