aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-10-15 11:27:17 +1100
committerGitHub <noreply@github.com>2018-10-15 11:27:17 +1100
commit8a516f55299a5a89dbd4e74b9927737feca460aa (patch)
treef16f6acb46e0bc9f37cff5e0085ca9a3a780b980 /src/js/index.js
parent37f237239a0657e04dbfa5ad43587892d1402b24 (diff)
parent455886617dc867edfcc1733d38271f45f9589df4 (diff)
downloadBIP39-8a516f55299a5a89dbd4e74b9927737feca460aa.tar.gz
BIP39-8a516f55299a5a89dbd4e74b9927737feca460aa.tar.zst
BIP39-8a516f55299a5a89dbd4e74b9927737feca460aa.zip
Merge pull request #267 from anonymousbitcoin/master
Add ANON
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 b5d2366..1fc0586 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1659,6 +1659,13 @@
1659 network = bitcoinjs.bitcoin.networks.axe; 1659 network = bitcoinjs.bitcoin.networks.axe;
1660 setHdCoin(4242); 1660 setHdCoin(4242);
1661 }, 1661 },
1662 },
1663 {
1664 name: "ANON - ANON",
1665 onSelect: function() {
1666 network = bitcoinjs.bitcoin.networks.anon;
1667 setHdCoin(220);
1668 },
1662 }, 1669 },
1663 { 1670 {
1664 name: "BCA - Bitcoin Atom", 1671 name: "BCA - Bitcoin Atom",