@dfinity/hardware-wallet-cli 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +8 -1
  2. package/dist/index.js +36 -36
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  A CLI to interact with the Internet Computer App on Ledger Nano S/X devices.
4
4
 
5
+ ## Important Note
6
+
7
+ > [!WARNING]
8
+ > The CLI does NOT support tokens with different than eight decimals at the moment.
9
+
10
+ **Do NOT USE the cli to transfer ckETH or ckERC20 tokens.**
11
+
5
12
  ## Quick Start
6
13
 
7
14
  - Install `node >= 18.13.0`.
@@ -28,4 +35,4 @@ To execute a command, you can use `npm run execute -- <args>`.
28
35
  For example
29
36
 
30
37
  - The command `ic-hardware-wallet --network https://nnsdapp.dfinity.network icp balance`.
31
- - Would be `npm run execute -- --network https://nnsdapp.dfinity.network icp balance` for development.
38
+ - Would be `npm run execute -- --network http://127.0.0.1:4943 icp balance` for development.