From: Chris Moore Date: Fri, 21 Aug 2015 00:02:57 +0000 (-0700) Subject: Add CLAM. X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=5c434a8a00f2e18b47ca45b0c6834955cf4f02a4;hp=ae30fed8037fa9d1e88e9431c4f301f1d1c53d29;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git Add CLAM. --- diff --git a/bip39-standalone.html b/bip39-standalone.html index 9ab9552..a31ac2f 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -13101,6 +13101,15 @@ bitcoin.networks.shadowtn = { feePerKb: 1000, estimateFee: function() { return "unused in this app" }, }; + +bitcoin.networks.clam = { + bip32: { + public: 0xa8c26d64, + private: 0xa8c17826 + }, + pubKeyHash: 0x89, + wif: 0x85, +};