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

Commit c0edad3

Browse files
committed
Update HDKey require to import.
1 parent b6b4103 commit c0edad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hdkey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Wallet from './index'
22

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

55
export default class EthereumHDKey {
66
/**

0 commit comments

Comments
 (0)