X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=9b3c4f18f8e78e90ec9a4ba1787d004a0481d6f5;hb=3821c0d34596dbbf7ff1ba9ce02b54ca4e0d9fda;hp=5f9cf7cca095f2e3020ac255a9d3bea044bce6a2;hpb=54563907c721a90f8fc9861a62fe7c214b5c5041;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index 5f9cf7c..9b3c4f1 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -13353,6 +13353,17 @@ bitcoin.networks.clam = { pubKeyHash: 0x89, wif: 0x85, }; + +bitcoin.networks.dash = { + bip32: { + public: 0x0488b21e, + private: 0x0488ade4 + }, + pubKeyHash: 0x4c, + scriptHash: 0x10, + wif: 0xcc, +}; +