File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ HD Wallet-enabled Web3 provider. Use it to sign transactions for addresses deriv
3
3
4
4
Note: This is fork of https://www.npmjs.com/package/@truffle/hdwallet-provider with changes:
5
5
- Explicitly provider ` private ` keys, ` mnemomic ` (or both)
6
- - Removed ` shared Nonce ` option
6
+ - Removed ` sharedNonce ` option
7
7
- ` provider.stop ` is handled by environment, needless to call ` provider.stop() `
8
8
## Install
9
9
10
10
```
11
- $ npm install web3-provider- nodejs
11
+ $ npm install web3-nodejs-provider
12
12
```
13
13
14
14
```
15
- $ yarn add web3-provider- nodejs
15
+ $ yarn add web3-nodejs-provider
16
16
```
17
17
18
18
## Requirements
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ HD Wallet-enabled Web3 provider. Use it to sign transactions for addresses deriv
3
3
4
4
Note: This is fork of https://www.npmjs.com/package/@truffle/hdwallet-provider with changes:
5
5
- Explicitly provider ` private ` keys, ` mnemomic ` (or both)
6
- - Removed ` shared Nonce ` option
6
+ - Removed ` sharedNonce ` option
7
7
- ` provider.stop ` is handled by environment, needless to call ` provider.stop() `
8
8
## Install
9
9
You can’t perform that action at this time.
0 commit comments