X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bip39-standalone.html;h=30fbffec51d9a8d344fe0127a244afa8a179c79d;hb=5493efc33c58688f0afd12f351ba0e7c45e711d1;hp=5f9cf7cca095f2e3020ac255a9d3bea044bce6a2;hpb=82f91834f640eb66f9f5ab01f9df37cf805bc13b;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index 5f9cf7c..30fbffe 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: 0x4e, + scriptHash: 0x10, + wif: 0xcc, +}; +