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 }); /** 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"