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,
+};
+