aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 56f42d4..8242da4 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -990,7 +990,7 @@
990 pubkey = eosUtil.bufferToPublic(keyPair.getPublicKeyBuffer()); 990 pubkey = eosUtil.bufferToPublic(keyPair.getPublicKeyBuffer());
991 privkey = eosUtil.bufferToPrivate(keyPair.d.toBuffer(32)); 991 privkey = eosUtil.bufferToPrivate(keyPair.d.toBuffer(32));
992 } 992 }
993 993
994 addAddressToList(indexText, address, pubkey, privkey); 994 addAddressToList(indexText, address, pubkey, privkey);
995 if (isLast) { 995 if (isLast) {
996 hidePending(); 996 hidePending();
@@ -2637,6 +2637,20 @@
2637 }, 2637 },
2638 }, 2638 },
2639 { 2639 {
2640 name: "TWINS - TWINS",
2641 onSelect: function() {
2642 network = bitcoinjs.bitcoin.networks.twins;
2643 setHdCoin(970);
2644 },
2645 },
2646 {
2647 name: "TWINS - TWINS Testnet",
2648 onSelect: function() {
2649 network = bitcoinjs.bitcoin.networks.twinstestnet;
2650 setHdCoin(1);
2651 },
2652 },
2653 {
2640 name: "USC - Ultimatesecurecash", 2654 name: "USC - Ultimatesecurecash",
2641 onSelect: function() { 2655 onSelect: function() {
2642 network = bitcoinjs.bitcoin.networks.ultimatesecurecash; 2656 network = bitcoinjs.bitcoin.networks.ultimatesecurecash;