aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-04-30 11:08:13 +1000
committerGitHub <noreply@github.com>2019-04-30 11:08:13 +1000
commit32b5b0363fdd42df78be4b0f5064a7fb9e86b1ac (patch)
tree2dffae39507c87d022e4e95da03348cb7f7cff45 /src/js/index.js
parentc69e40942e3e0f7cfd076ea03daf256b77d1f951 (diff)
parent3e7b1ac938135a479f3ba145df0be6dd32d2a12e (diff)
downloadBIP39-32b5b0363fdd42df78be4b0f5064a7fb9e86b1ac.tar.gz
BIP39-32b5b0363fdd42df78be4b0f5064a7fb9e86b1ac.tar.zst
BIP39-32b5b0363fdd42df78be4b0f5064a7fb9e86b1ac.zip
Merge pull request #324 from jestevez/master
Add Bolivarcoin (BOLI)
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 8dd553d..6085f1b 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1693,6 +1693,13 @@
1693 }, 1693 },
1694 }, 1694 },
1695 { 1695 {
1696 name: "BOLI - Bolivarcoin",
1697 onSelect: function() {
1698 network = bitcoinjs.bitcoin.networks.bolivarcoin;
1699 setHdCoin(278);
1700 },
1701 },
1702 {
1696 name: "BCA - Bitcoin Atom", 1703 name: "BCA - Bitcoin Atom",
1697 onSelect: function() { 1704 onSelect: function() {
1698 network = bitcoinjs.bitcoin.networks.atom; 1705 network = bitcoinjs.bitcoin.networks.atom;