From 8d18f379fd5ed9acfc0219f69a33f0cfff146d98 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 28 Aug 2017 09:48:48 +1000 Subject: [PATCH] Release v0.2.4 --- bip39-standalone.html | 45 ++++++++++++++++++++++++++++++++++++++++--- changelog.md | 5 +++++ src/index.html | 2 +- 3 files changed, 48 insertions(+), 4 deletions(-) diff --git a/bip39-standalone.html b/bip39-standalone.html index 3ec21db..f268cae 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -118,7 +118,7 @@

Mnemonic Code Converter

-

v0.2.3

+

v0.2.4


@@ -270,6 +270,15 @@
+
@@ -16926,6 +16935,16 @@ module.exports = { wif: 0xef }, litecoin: { + messagePrefix: '\x19Litecoin Signed Message:\n', + bip32: { + public: 0x0488b21e, + private: 0x0488ade4, + }, + pubKeyHash: 0x30, + scriptHash: 0x32, + wif: 0xb0 + }, + litecoinLtub: { messagePrefix: '\x19Litecoin Signed Message:\n', bip32: { public: 0x019da462, @@ -22104,7 +22123,8 @@ module.exports = { }).call(this,require("buffer").Buffer) },{"bs58check":80,"buffer":4}]},{},[33])(33) -}); +}); +