@yerofey/cryptowallet-cli 1.28.0 → 1.29.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -88,7 +88,7 @@ $ cw -c BTC -f bech32 -m "radio bright pizza pluck family crawl palm flame forge
88
88
  # generate N of BTC bech32 wallets from mnemonic string
89
89
  $ cw -c BTC -f bech32 -n 10 -m "radio bright pizza pluck family crawl palm flame forget focus stock stadium"
90
90
 
91
- # generate BTC Taproot wallet ("bc1q...")
91
+ # generate BTC Taproot wallet ("bc1p...")
92
92
  $ cw -c BTC -f taproot
93
93
 
94
94
  # generate ERC-like wallet from mnemonic string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yerofey/cryptowallet-cli",
3
- "version": "1.28.0",
3
+ "version": "1.29.0",
4
4
  "description": "Crypto wallet generator CLI tool",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/yerofey/cryptowallet-cli",