diff options
Diffstat (limited to 'src/js/index.js')
-rw-r--r-- | src/js/index.js | 7 |
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() { |