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 f00d90b..009a320 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2286,6 +2286,14 @@
2286 }, 2286 },
2287 }, 2287 },
2288 { 2288 {
2289 name: "CRP - CranePay",
2290 onSelect: function() {
2291 network = libs.bitcoin.networks.cranepay;
2292 setHdCoin(2304);
2293 },
2294 },
2295
2296 {
2289 name: "CRW - Crown (Legacy)", 2297 name: "CRW - Crown (Legacy)",
2290 onSelect: function() { 2298 onSelect: function() {
2291 network = libs.bitcoin.networks.crown; 2299 network = libs.bitcoin.networks.crown;