aboutsummaryrefslogtreecommitdiff
path: root/bip39-standalone.html
diff options
context:
space:
mode:
authormikeyb <mike@mikes.email>2017-07-01 15:38:46 -0700
committermikeyb <mike@mikes.email>2017-07-01 15:38:46 -0700
commit0921f370777822fd09d46cd40b824c4f669086f0 (patch)
tree6d86676c0580cf77f8255619ef3c374874d4a796 /bip39-standalone.html
parentf1e5d48491562ae58926467da4e4c4b81b62a0f3 (diff)
downloadBIP39-0921f370777822fd09d46cd40b824c4f669086f0.tar.gz
BIP39-0921f370777822fd09d46cd40b824c4f669086f0.tar.zst
BIP39-0921f370777822fd09d46cd40b824c4f669086f0.zip
Add CRW - Crown
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 d3a8d33..1468fae 100644
--- a/bip39-standalone.html
+++ b/bip39-standalone.html
@@ -19902,6 +19902,16 @@ bitcoin.networks.clam = {
19902 wif: 0x85, 19902 wif: 0x85,
19903}; 19903};
19904 19904
19905bitcoin.networks.crown = {
19906 bip32: {
19907 public: 0x0488b21e,
19908 private: 0x0488ade4
19909 },
19910 pubKeyHash: 0x00,
19911 scriptHash: 0x05,
19912 wif: 0x80,
19913};
19914
19905bitcoin.networks.dash = { 19915bitcoin.networks.dash = {
19906 bip32: { 19916 bip32: {
19907 public: 0x0488b21e, 19917 public: 0x0488b21e,
@@ -44812,6 +44822,13 @@ window.Entropy = new (function() {
44812 }, 44822 },
44813 }, 44823 },
44814 { 44824 {
44825 name: "CRW - Crown",
44826 onSelect: function() {
44827 network = bitcoin.networks.crown;
44828 DOM.bip44coin.val(72);
44829 },
44830 },
44831 {
44815 name: "Dogecoin", 44832 name: "Dogecoin",
44816 onSelect: function() { 44833 onSelect: function() {
44817 network = bitcoin.networks.dogecoin; 44834 network = bitcoin.networks.dogecoin;