aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-11-01 15:56:25 +1100
committerGitHub <noreply@github.com>2018-11-01 15:56:25 +1100
commitce349ac99f2083eec70f9546354aaa2eae4689ed (patch)
tree245eb38b80e5cca2c6d5ef80bec88a5b1ffd2a43 /src/js/index.js
parenta51ef005ac7f2aaa656610c272004a6f21011c0c (diff)
parent38d1b296df81edb8a8a6a15c097332d0bee3d5e0 (diff)
downloadBIP39-ce349ac99f2083eec70f9546354aaa2eae4689ed.tar.gz
BIP39-ce349ac99f2083eec70f9546354aaa2eae4689ed.tar.zst
BIP39-ce349ac99f2083eec70f9546354aaa2eae4689ed.zip
Merge pull request #272 from skironDotNet/phore-coin
Added Phore (PHR) coin
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() {