X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=28f0a556aa31ab23355b83ce7944421628a9d1e5;hb=18531979e830c8c094e8de0b3ee593eebd250807;hp=9a402528d5221f1bc0f975f6b648a2eb11ac6436;hpb=2b831bc6b577f88485bb89cfcf7f94fb3f39c1d2;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index 9a40252..28f0a55 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -70,7 +70,16 @@
- + @@ -13101,6 +13110,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, +};