aboutsummaryrefslogtreecommitdiff
path: root/bip39-standalone.html
diff options
context:
space:
mode:
authorKarol Rychlicki <karol@dash.org>2017-06-16 19:30:15 +0200
committerKarol Rychlicki <karol@dash.org>2017-06-16 19:30:15 +0200
commitc0386f3b78c31bc23c935603abe9ed9fafe300d4 (patch)
treecc4ddcd57e4e4538e18db66ab42f270fa4b101e3 /bip39-standalone.html
parent56b1275f405f900872f95fc440c487fd478c3094 (diff)
downloadBIP39-c0386f3b78c31bc23c935603abe9ed9fafe300d4.tar.gz
BIP39-c0386f3b78c31bc23c935603abe9ed9fafe300d4.tar.zst
BIP39-c0386f3b78c31bc23c935603abe9ed9fafe300d4.zip
add dash testnet
Diffstat (limited to 'bip39-standalone.html')
-rw-r--r--bip39-standalone.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html
index bcf020c..dd397ac 100644
--- a/bip39-standalone.html
+++ b/bip39-standalone.html
@@ -19912,6 +19912,16 @@ bitcoin.networks.dash = {
19912 wif: 0xcc, 19912 wif: 0xcc,
19913}; 19913};
19914 19914
19915bitcoin.networks.dashtn = {
19916 bip32: {
19917 public: 0x043587cf,
19918 private: 0x04358394
19919 },
19920 pubKeyHash: 0x8c,
19921 scriptHash: 0x13,
19922 wif: 0xef,
19923};
19924
19915bitcoin.networks.game = { 19925bitcoin.networks.game = {
19916 bip32: { 19926 bip32: {
19917 public: 0x0488b21e, 19927 public: 0x0488b21e,
@@ -44838,6 +44848,13 @@ window.Entropy = new (function() {
44838 }, 44848 },
44839 }, 44849 },
44840 { 44850 {
44851 name: "DASH Testnet",
44852 onSelect: function() {
44853 network = bitcoin.networks.dashtn;
44854 DOM.bip44coin.val(1);
44855 },
44856 },
44857 {
44841 name: "Ethereum", 44858 name: "Ethereum",
44842 onSelect: function() { 44859 onSelect: function() {
44843 network = bitcoin.networks.bitcoin; 44860 network = bitcoin.networks.bitcoin;