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.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index c2d34a7..841a27f 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -3092,6 +3092,13 @@
3092 }, 3092 },
3093 }, 3093 },
3094 { 3094 {
3095 name: "SUGAR - Sugarchain",
3096 onSelect: function() {
3097 network = libs.bitcoin.networks.sugarchain;
3098 setHdCoin(408);
3099 },
3100 },
3101 {
3095 name: "SWTC - Jingtum", 3102 name: "SWTC - Jingtum",
3096 onSelect: function() { 3103 onSelect: function() {
3097 network = libs.bitcoin.networks.bitcoin; 3104 network = libs.bitcoin.networks.bitcoin;