@yerofey/cryptowallet-cli 1.32.0 → 1.33.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.
- package/package.json +15 -15
- package/src/Method.js +2 -2
- package/src/Wallet.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yerofey/cryptowallet-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.33.0",
|
|
4
4
|
"description": "Crypto wallet generator CLI tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://github.com/yerofey/cryptowallet-cli",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"node": ">=16.0.0"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
|
+
"dev:npm": "npm i --package-lock-only",
|
|
51
52
|
"lint": "pnpm exec eslint src/*.js",
|
|
52
|
-
"test": "ava"
|
|
53
|
-
"update": "ncu -u && pnpm install"
|
|
53
|
+
"test": "ava"
|
|
54
54
|
},
|
|
55
55
|
"files": [
|
|
56
56
|
"cli.js",
|
|
@@ -105,34 +105,34 @@
|
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"@binance-chain/javascript-sdk": "^4.2.2",
|
|
107
107
|
"@harmony-js/account": "^0.1.58",
|
|
108
|
-
"@solana/web3.js": "^1.
|
|
109
|
-
"@ton/
|
|
110
|
-
"@ton/
|
|
108
|
+
"@solana/web3.js": "^1.98.0",
|
|
109
|
+
"@ton/core": "^0.59.1",
|
|
110
|
+
"@ton/crypto": "^3.3.0",
|
|
111
|
+
"@ton/ton": "^15.1.0",
|
|
111
112
|
"@yerofey/dogecoin-bip84": "^0.0.5",
|
|
112
113
|
"@yerofey/litecoin-bip84": "^0.0.5",
|
|
113
114
|
"bip39": "3.1.0",
|
|
114
115
|
"bip84": "0.2.7",
|
|
115
116
|
"bip86": "^0.0.3",
|
|
116
|
-
"bs58": "^
|
|
117
|
-
"chalk": "5.
|
|
117
|
+
"bs58": "^6.0.0",
|
|
118
|
+
"chalk": "5.4.1",
|
|
118
119
|
"clipboardy": "^4.0.0",
|
|
119
120
|
"coininfo": "5.2.1",
|
|
120
121
|
"coinkey": "3.0.0",
|
|
121
122
|
"columnify": "1.6.0",
|
|
122
|
-
"commander": "
|
|
123
|
+
"commander": "13.0.0",
|
|
123
124
|
"csv-writer": "^1.6.0",
|
|
124
|
-
"dotenv": "^16.4.
|
|
125
|
+
"dotenv": "^16.4.7",
|
|
125
126
|
"ed25519-hd-key": "^1.3.0",
|
|
126
127
|
"eth-lib": "0.1.29",
|
|
127
128
|
"ethereum-bip84": "0.0.3",
|
|
128
129
|
"ethereum-mnemonic-privatekey-utils": "1.0.5",
|
|
129
130
|
"tezos-sign": "1.4.1",
|
|
130
|
-
"tonweb": "^0.0.
|
|
131
|
-
"tronweb": "
|
|
131
|
+
"tonweb": "^0.0.66",
|
|
132
|
+
"tronweb": "6.0.0"
|
|
132
133
|
},
|
|
133
134
|
"devDependencies": {
|
|
134
|
-
"ava": "^6.
|
|
135
|
-
"eslint": "^
|
|
136
|
-
"npm-check-updates": "^16.14.14"
|
|
135
|
+
"ava": "^6.2.0",
|
|
136
|
+
"eslint": "^9.17.0"
|
|
137
137
|
}
|
|
138
138
|
}
|
package/src/Method.js
CHANGED
|
@@ -97,7 +97,7 @@ class Method {
|
|
|
97
97
|
log();
|
|
98
98
|
log(
|
|
99
99
|
greenBright(
|
|
100
|
-
'
|
|
100
|
+
'⬇️ You can import it into your favorite wallet app or use it to generate a wallet with "-m" flag'
|
|
101
101
|
)
|
|
102
102
|
);
|
|
103
103
|
|
|
@@ -558,7 +558,7 @@ class Method {
|
|
|
558
558
|
appsString +=
|
|
559
559
|
' and any other wallet app (either using mnemonic or private key)';
|
|
560
560
|
}
|
|
561
|
-
log(greenBright('
|
|
561
|
+
log(greenBright('⬇️ You can import this wallet into ' + appsString));
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
// donation
|
package/src/Wallet.js
CHANGED
|
@@ -525,12 +525,12 @@ class Wallet {
|
|
|
525
525
|
// when UQ was implemented (non-bounceable addresses)
|
|
526
526
|
const nonBounceableAddress = address.toString(true, true, false);
|
|
527
527
|
addresses.push({
|
|
528
|
-
title: 'V4R2 (UQ): best for wallets
|
|
528
|
+
title: 'V4R2 (UQ): best for wallets (non-bounceable)',
|
|
529
529
|
address: nonBounceableAddress,
|
|
530
530
|
});
|
|
531
531
|
const bouncableAddress = address.toString(true, true, true);
|
|
532
532
|
addresses.push({
|
|
533
|
-
title: 'V4R2 (EQ): best for smart contracts
|
|
533
|
+
title: 'V4R2 (EQ): best for smart contracts (bounceable)',
|
|
534
534
|
address: bouncableAddress,
|
|
535
535
|
});
|
|
536
536
|
} else {
|