@yerofey/cryptowallet-cli 1.36.2 → 1.36.3

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 +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -118,14 +118,15 @@ $ cw -l
118
118
  - `EVM` (Ethereum, Base, Arbitrum, Optimism, Polygon, L2/L3, etc.) **default**
119
119
  - `BTC` (Bitcoin) [legacy, segwit, bech32, taproot]
120
120
  - `ETH` (Ethereum)
121
+ - `SOL` (Solana)
121
122
  - `BNB` (Binance Coin) [BEP2, BEP20, ERC20]
122
123
  - `BSC` (Binance Smart Chain)
123
- - `SOL` (Solana)
124
+ - `DOGE` (Dogecoin) [legacy, segwit, bech32]
124
125
  - `TRX` (Tron)
126
+ - `SUI` (Sui)
125
127
  - `TON` (The Open Network) [W5, V2-V5, simple]
126
- - `DOGE` (Dogecoin) [legacy, segwit, bech32]
127
- - `BCH` (Bitcoin Cash)
128
128
  - `LTC` (Litecoin) [legacy, segwit, bech32]
129
+ - `BCH` (Bitcoin Cash)
129
130
  - `ETC` (Ethereum Classic)
130
131
  - `XTZ` (Tezos)
131
132
  - `DASH` (Dash)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yerofey/cryptowallet-cli",
3
- "version": "1.36.2",
3
+ "version": "1.36.3",
4
4
  "description": "Crypto wallet generator CLI tool",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/yerofey/cryptowallet-cli",