From adfe4d83cb1a9957b5c0dddeac830274efd44dea Mon Sep 17 00:00:00 2001 From: stone Date: Tue, 3 Sep 2019 15:03:30 +0800 Subject: [PATCH 1/2] xpubkey can not export right xpub --- lib/networks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/networks.js b/lib/networks.js index f56e2890e..202e2994a 100644 --- a/lib/networks.js +++ b/lib/networks.js @@ -158,8 +158,8 @@ addNetwork({ pubkeyhash: 0x6f, privatekey: 0xef, scripthash: 0x3a, - xpubkey: 0x0436f6e1, - xprivkey: 0x0436ef7d + xpubkey: 0x043587cf, //update for testnet + xprivkey: 0x04358394 //update for testnet }); /** From 51a04e11a7af61e6dbbf1949f77165667a4952a2 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 3 Sep 2019 16:01:14 +0800 Subject: [PATCH 2/2] update version --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a22ce8357..0d96741f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "litecore-lib", - "version": "0.13.21", + "name": "litecore-lib-st", + "version": "0.1.0", "description": "A pure and powerful JavaScript Litecoin library.", "author": "BitPay ", "main": "index.js", @@ -83,7 +83,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/litecoin-project/litecore-lib.git" + "url": "https://github.com/Bjblue/litecore-lib-st.git" }, "browser": { "request": "browser-request"