aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authorm0rpher <cryptomorpher@gmail.com>2020-05-08 22:56:37 +0200
committerm0rpher <cryptomorpher@gmail.com>2020-05-08 22:56:37 +0200
commit115eb450839f1ecc86ffe03768a59637986a6c83 (patch)
tree9740f4a1dc550ddc3a7d7dc3755a38ca4fc38180 /src/js/index.js
parent0d78c2a120823fef7aa67d02401087533b3fd4c8 (diff)
downloadBIP39-115eb450839f1ecc86ffe03768a59637986a6c83.tar.gz
BIP39-115eb450839f1ecc86ffe03768a59637986a6c83.tar.zst
BIP39-115eb450839f1ecc86ffe03768a59637986a6c83.zip
adding CRP support
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;