From 5493efc33c58688f0afd12f351ba0e7c45e711d1 Mon Sep 17 00:00:00 2001 From: dangershony Date: Tue, 23 Aug 2016 15:59:17 +0100 Subject: [PATCH] compile --- bip39-standalone.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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, +}; +