Skip to content

Commit

Permalink
feat: Add Sui blockchain support and update dependencies; remove obso…
Browse files Browse the repository at this point in the history
…lete chains
  • Loading branch information
yerofey committed Jan 5, 2025
1 parent 7a2e23f commit 9783ee2
Show file tree
Hide file tree
Showing 10 changed files with 245 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.5
23.5
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,18 @@ $ cw -l

## Blockchains & tickers supported

- `EVM` (Ethereum, Polygon, Arbitrum, Optimism, L2/L3, etc.)
- `EVM` (Ethereum, Base, Arbitrum, Optimism, Polygon, L2/L3, etc.) **default**
- `BTC` (Bitcoin) [legacy, segwit, bech32, taproot]
- `ETH` (Ethereum)
- `BNB` (Binance Coin) [BEP2, BEP20, ERC20]
- `BSC` (Binance Smart Chain)
- `ARB` (Arbitrum)
- `OP` (Optimism)
- `MATIC` (Polygon)
- `SOL` (Solana)
- `TON` (The Open Network)
- `TRX` (Tron)
- `TON` (The Open Network) [W5, V2-V5, simple]
- `DOGE` (Dogecoin) [legacy, segwit, bech32]
- `BCH` (Bitcoin Cash)
- `LTC` (Litecoin) [legacy, segwit, bech32]
- `POLYGON` (Polygon)
- `TRX` (Tron)
- `ETC` (Ethereum Classic)
- `XTZ` (Tezos)
- `DASH` (Dash)
- `DCR` (Decred)
Expand Down Expand Up @@ -185,6 +182,8 @@ $ cw -l
- [x] v19.x ✅
- [x] v20.x ✅
- [x] v21.x ✅
- [x] v22.x ✅
- [x] v23.x ✅

*tested on Ubuntu 22.04 & Mac M1*

Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yerofey/cryptowallet-cli",
"version": "1.33.1",
"version": "1.34.0",
"description": "Crypto wallet generator CLI tool",
"type": "module",
"homepage": "https://github.com/yerofey/cryptowallet-cli",
Expand Down Expand Up @@ -80,8 +80,12 @@
"bnb",
"sol",
"solana",
"sui",
"sui-blockchain",
"sui-wallet",
"ton",
"the-open-network",
"base",
"litecoin",
"ltc",
"bitcoin-cash",
Expand All @@ -105,6 +109,7 @@
"dependencies": {
"@binance-chain/javascript-sdk": "^4.2.2",
"@harmony-js/account": "^0.1.58",
"@mysten/sui": "^1.18.0",
"@solana/web3.js": "^1.98.0",
"@ton/core": "^0.59.1",
"@ton/crypto": "^3.3.0",
Expand Down
Loading

0 comments on commit 9783ee2

Please sign in to comment.