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.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 43c6955..3dde602 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2332,6 +2332,14 @@
2332 }, 2332 },
2333 }, 2333 },
2334 { 2334 {
2335 name: "CRP - CranePay",
2336 onSelect: function() {
2337 network = libs.bitcoin.networks.cranepay;
2338 setHdCoin(2304);
2339 },
2340 },
2341
2342 {
2335 name: "CRW - Crown (Legacy)", 2343 name: "CRW - Crown (Legacy)",
2336 onSelect: function() { 2344 onSelect: function() {
2337 network = libs.bitcoin.networks.crown; 2345 network = libs.bitcoin.networks.crown;