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 #128 from Tenderly/removing-native-js-dependencies
Browse files Browse the repository at this point in the history
Removing hdkey native dependency
  • Loading branch information
holgerd77 authored Jun 19, 2020
2 parents 35df952 + c0edad3 commit cead4f9
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 @@ -45,8 +45,8 @@
"dependencies": {
"aes-js": "^3.1.1",
"bs58check": "^2.1.2",
"ethereum-cryptography": "^0.1.3",
"ethereumjs-util": "^7.0.2",
"hdkey": "^2.0.1",
"randombytes": "^2.0.6",
"scrypt-js": "^3.0.1",
"utf8": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/hdkey.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Wallet from './index'

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

export default class EthereumHDKey {
/**
Expand Down

0 comments on commit cead4f9

Please sign in to comment.