From 01e81e53aef6e7d57ef2f342337ea7723bf41a2f Mon Sep 17 00:00:00 2001 From: Graham Higgins Date: Fri, 26 May 2017 15:39:58 +0100 Subject: [PATCH] update compiled standalone. --- bip39-standalone.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/bip39-standalone.html b/bip39-standalone.html index a7d6ce9..961bedb 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -17926,6 +17926,26 @@ bitcoin.networks.peercoin = { wif: 0xb7, }; +bitcoin.networks.slimcoin = { + bip32: { + public: 0xef6adf10, + private: 0xef69ea80 + }, + pubKeyHash: 0x3f, + scriptHash: 0x7d, + wif: 0x46, +}; + +bitcoin.networks.slimcointn = { + bip32: { + public: 0x043587CF, + private: 0x04358394 + }, + pubKeyHash: 0x6f, + scriptHash: 0xc4, + wif: 0x57, +}; +