aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <coleman.ian@gmail.com>2017-08-23 09:30:43 +1000
committerGitHub <noreply@github.com>2017-08-23 09:30:43 +1000
commite40acc3ab0e78ca3a9b63d0b1c9e16f804da104e (patch)
tree7f6f6e5dda6fb21eaf40435bce66a331ebc19556 /src/js/index.js
parentf128bd58c49a64e2f9232c6cdd9dd7c3cf815b64 (diff)
parent56ad960105f082e958154c24ad49d25c1db2f4be (diff)
downloadBIP39-e40acc3ab0e78ca3a9b63d0b1c9e16f804da104e.tar.gz
BIP39-e40acc3ab0e78ca3a9b63d0b1c9e16f804da104e.tar.zst
BIP39-e40acc3ab0e78ca3a9b63d0b1c9e16f804da104e.zip
Merge pull request #92 from jonspock/master
Add maza coin, update PIVX in bip39-standalone.html
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 678d52b..3a5a0ef 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1268,6 +1268,15 @@
1268 }, 1268 },
1269 }, 1269 },
1270 { 1270 {
1271 name: "MAZA - Maza",
1272 bip49available: false,
1273 onSelect: function() {
1274 network = bitcoinjs.bitcoin.networks.maza;
1275 setHdCoin(13);
1276 },
1277 },
1278
1279 {
1271 name: "NMC - Namecoin", 1280 name: "NMC - Namecoin",
1272 bip49available: false, 1281 bip49available: false,
1273 onSelect: function() { 1282 onSelect: function() {