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 52b0db5..704d4e0 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1903,6 +1903,13 @@
1903 }, 1903 },
1904 }, 1904 },
1905 { 1905 {
1906 name: "CPU - CPUchain",
1907 onSelect: function() {
1908 network = bitcoinjs.bitcoin.networks.cpuchain;
1909 setHdCoin(363);
1910 },
1911 },
1912 {
1906 name: "CRAVE - Crave", 1913 name: "CRAVE - Crave",
1907 onSelect: function() { 1914 onSelect: function() {
1908 network = bitcoinjs.bitcoin.networks.crave; 1915 network = bitcoinjs.bitcoin.networks.crave;