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 5d031b2..f33d025 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2263,6 +2263,13 @@
2263 setHdCoin(174); 2263 setHdCoin(174);
2264 }, 2264 },
2265 }, 2265 },
2266 {
2267 name: "PHR - Phore",
2268 onSelect: function() {
2269 network = bitcoinjs.bitcoin.networks.phore;
2270 setHdCoin(444);
2271 },
2272 },
2266 { 2273 {
2267 name: "PINK - Pinkcoin", 2274 name: "PINK - Pinkcoin",
2268 onSelect: function() { 2275 onSelect: function() {