From: Graham Higgins Date: Fri, 26 May 2017 14:39:58 +0000 (+0100) Subject: update compiled standalone. X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=01e81e53aef6e7d57ef2f342337ea7723bf41a2f;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git update compiled standalone. --- 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, +}; +