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.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 6af33d7..1f37d38 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1271,6 +1271,22 @@
1271 }, 1271 },
1272 }, 1272 },
1273 { 1273 {
1274 name: "PIVX - PIVX",
1275 bip49available: false,
1276 onSelect: function() {
1277 network = bitcoinjs.bitcoin.networks.pivx;
1278 setHdCoin(119);
1279 },
1280 },
1281 {
1282 name: "PIVX - PIVX Testnet",
1283 bip49available: false,
1284 onSelect: function() {
1285 network = bitcoinjs.bitcoin.networks.pivxtestnet;
1286 setHdCoin(1);
1287 },
1288 },
1289 {
1274 name: "PPC - Peercoin", 1290 name: "PPC - Peercoin",
1275 bip49available: false, 1291 bip49available: false,
1276 onSelect: function() { 1292 onSelect: function() {