Comparing version 0.0.6 to 0.0.7
@@ -23,3 +23,3 @@ "use strict"; | ||
console.log('Mnemonics: ' + wallet.mnemonic.join(' ')); | ||
fs_1.default.writeFileSync(name + '.addr', wallet.wallet.address.toFriendlyBuffer()); | ||
fs_1.default.writeFileSync(name + '.addr', wallet.wallet.address.toBuffer()); | ||
fs_1.default.writeFileSync(name + '.backup', wallet.mnemonic.join(' '), 'utf-8'); | ||
@@ -26,0 +26,0 @@ fs_1.default.writeFileSync(name + '.pk', wallet.key.secretKey.slice(0, 32)); |
{ | ||
"name": "ton-cli", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"repository": "https://github.com/ex3ndr/ton-cli.git", | ||
@@ -34,5 +34,5 @@ "author": "Steve Korshakov <steve@korshakov.com>", | ||
"prompt": "^1.2.0", | ||
"ton": "2.2.0", | ||
"ton": "2.3.0", | ||
"yargs": "^17.1.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4176