aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authorPawel Cioch <pawel@greenhex.net>2018-10-21 14:57:38 -0500
committerPawel Cioch <pawel@greenhex.net>2018-10-21 14:57:38 -0500
commitd2ba387163f7ea240b7a80b78783f1c5047b6f1a (patch)
tree70df4d21ba88b78d58b89c72453e3cc6ea334e0d /src/js/index.js
parent64425922ae0e36dc31565384c03a005cd5894632 (diff)
downloadBIP39-d2ba387163f7ea240b7a80b78783f1c5047b6f1a.tar.gz
BIP39-d2ba387163f7ea240b7a80b78783f1c5047b6f1a.tar.zst
BIP39-d2ba387163f7ea240b7a80b78783f1c5047b6f1a.zip
Added PRJ - ProjectCoin
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 85639a0..5d031b2 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2321,6 +2321,13 @@
2321 setHdCoin(6); 2321 setHdCoin(6);
2322 }, 2322 },
2323 }, 2323 },
2324 {
2325 name: "PRJ - ProjectCoin",
2326 onSelect: function() {
2327 network = bitcoinjs.bitcoin.networks.projectcoin;
2328 setHdCoin(533);
2329 },
2330 },
2324 { 2331 {
2325 name: "PSB - Pesobit", 2332 name: "PSB - Pesobit",
2326 onSelect: function() { 2333 onSelect: function() {