aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-02-25 10:54:32 +1100
committerGitHub <noreply@github.com>2019-02-25 10:54:32 +1100
commita8cf5a4fd92d0144f2541674cd0667d4d7d6bd9f (patch)
treeed29d8e5ea9cff23a6bdd8560e94d4f7992a9f71 /src/js/index.js
parentcceb518d0996d3ca79f85f331cf6dc9da3720ee3 (diff)
parentd2be7b6fd681a2247a155205e75a9903f5554f9b (diff)
downloadBIP39-a8cf5a4fd92d0144f2541674cd0667d4d7d6bd9f.tar.gz
BIP39-a8cf5a4fd92d0144f2541674cd0667d4d7d6bd9f.tar.zst
BIP39-a8cf5a4fd92d0144f2541674cd0667d4d7d6bd9f.zip
Merge pull request #296 from skironDotNet/blockstamp
Added BST - BlockStamp
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index cbe0255..affcc61 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1730,6 +1730,13 @@
1730 setHdCoin(91); 1730 setHdCoin(91);
1731 }, 1731 },
1732 }, 1732 },
1733 {
1734 name: "BST - BlockStamp",
1735 onSelect: function() {
1736 network = bitcoinjs.bitcoin.networks.blockstamp;
1737 setHdCoin(254);
1738 },
1739 },
1733 { 1740 {
1734 name: "BTA - Bata", 1741 name: "BTA - Bata",
1735 onSelect: function() { 1742 onSelect: function() {