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

Commit

Permalink
Merge pull request #130 from Tenderly/v0-removing-native-js-dependencies
Browse files Browse the repository at this point in the history
V0 Removing hdkey native dependency.
  • Loading branch information
holgerd77 authored Jul 13, 2020
2 parents e747921 + 83b2cab commit fe4b49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"scryptsy": "^1.2.1",
"aes-js": "^3.1.1",
"bs58check": "^2.1.2",
"ethereum-cryptography": "^0.1.3",
"ethereumjs-util": "^6.0.0",
"hdkey": "^1.1.1",
"randombytes": "^2.0.6",
"safe-buffer": "^5.1.2",
"utf8": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/hdkey.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const HDKey = require('hdkey')
const { HDKey } = require('ethereum-cryptography/hdkey')
const Wallet = require('./index.js')

function EthereumHDKey () {
Expand Down

0 comments on commit fe4b49c

Please sign in to comment.