@yerofey/cryptowallet-cli 1.36.0 → 1.36.2

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.
package/README.md CHANGED
@@ -19,6 +19,7 @@
19
19
  - [x] Generate a lot of wallets at once: [`-n`]
20
20
  - [x] Save result into a CSV file: [`--csv`]
21
21
  - [x] Copy the generated mnemonic to the clipboard: [`-C` or `--copy`]
22
+ - [x] Display QR code with the generated wallet address: [`-q` or `--qr`]
22
23
  - [x] Display some additional "geeky" info: [`-g`]
23
24
 
24
25
  *check the Options section for all supported commands*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yerofey/cryptowallet-cli",
3
- "version": "1.36.0",
3
+ "version": "1.36.2",
4
4
  "description": "Crypto wallet generator CLI tool",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/yerofey/cryptowallet-cli",
@@ -4,5 +4,5 @@
4
4
  "startsWith": "0x",
5
5
  "prefixTest": "^[0-9A-Fa-f]+$",
6
6
  "apps": ["suiwallet", "suiet", "trustwallet"],
7
- "flags": ["m", "n", "p", "s", "f"]
7
+ "flags": ["m", "p", "s", "f"]
8
8
  }