aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-09-12 10:36:30 +1000
committerGitHub <noreply@github.com>2019-09-12 10:36:30 +1000
commitc6c86591a9c87cc85e12c8ee6591099b0f502070 (patch)
tree396a245a4d4c0626e580976b26392d33cf92f4d1 /src/js/index.js
parent5d1bb7d7763992159befefb7cdca62ad170cdd6a (diff)
parent31264e8bea7a8c9f693979ac2401c5ca7b8ce59e (diff)
downloadBIP39-c6c86591a9c87cc85e12c8ee6591099b0f502070.tar.gz
BIP39-c6c86591a9c87cc85e12c8ee6591099b0f502070.tar.zst
BIP39-c6c86591a9c87cc85e12c8ee6591099b0f502070.zip
Merge pull request #352 from PavlosTze/bsv-rpd-monkey-arya
Support BSV, RPD, MONKEY, ARYA
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index deb88d4..fff1e40 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1697,6 +1697,13 @@
1697 }, 1697 },
1698 }, 1698 },
1699 { 1699 {
1700 name: "ARYA - Aryacoin",
1701 onSelect: function() {
1702 network = bitcoinjs.bitcoin.networks.aryacoin;
1703 setHdCoin(357);
1704 },
1705 },
1706 {
1700 name: "AUR - Auroracoin", 1707 name: "AUR - Auroracoin",
1701 onSelect: function() { 1708 onSelect: function() {
1702 network = bitcoinjs.bitcoin.networks.auroracoin; 1709 network = bitcoinjs.bitcoin.networks.auroracoin;
@@ -1830,6 +1837,13 @@
1830 }, 1837 },
1831 }, 1838 },
1832 { 1839 {
1840 name: "BSV - BitcoinSV",
1841 onSelect: function() {
1842 network = bitcoinjs.bitcoin.networks.bitcoinsv;
1843 setHdCoin(236);
1844 },
1845 },
1846 {
1833 name: "BTCZ - Bitcoinz", 1847 name: "BTCZ - Bitcoinz",
1834 onSelect: function() { 1848 onSelect: function() {
1835 network = bitcoinjs.bitcoin.networks.bitcoinz; 1849 network = bitcoinjs.bitcoin.networks.bitcoinz;
@@ -2345,6 +2359,13 @@
2345 }, 2359 },
2346 }, 2360 },
2347 { 2361 {
2362 name: "MONK - Monkey Project",
2363 onSelect: function() {
2364 network = bitcoinjs.bitcoin.networks.monkeyproject,
2365 setHdCoin(214);
2366 },
2367 },
2368 {
2348 name: "MUSIC - Musicoin", 2369 name: "MUSIC - Musicoin",
2349 segwitAvailable: false, 2370 segwitAvailable: false,
2350 onSelect: function() { 2371 onSelect: function() {
@@ -2551,6 +2572,13 @@
2551 }, 2572 },
2552 }, 2573 },
2553 { 2574 {
2575 name: "RPD - Rapids",
2576 onSelect: function() {
2577 network = bitcoinjs.bitcoin.networks.rapids;
2578 setHdCoin(320);
2579 },
2580 },
2581 {
2554 name: "RVN - Ravencoin", 2582 name: "RVN - Ravencoin",
2555 onSelect: function() { 2583 onSelect: function() {
2556 network = bitcoinjs.bitcoin.networks.ravencoin; 2584 network = bitcoinjs.bitcoin.networks.ravencoin;