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 23eaa47..9807449 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2960,6 +2960,13 @@
2960 }, 2960 },
2961 }, 2961 },
2962 { 2962 {
2963 name: "THT - Thought",
2964 onSelect: function() {
2965 network = bitcoinjs.bitcoin.networks.thought;
2966 setHdCoin(1618);
2967 },
2968 },
2969 {
2963 name: "TOA - Toa", 2970 name: "TOA - Toa",
2964 onSelect: function() { 2971 onSelect: function() {
2965 network = bitcoinjs.bitcoin.networks.toa; 2972 network = bitcoinjs.bitcoin.networks.toa;