aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authorJose Luis Estevez <jose.estevez.prieto@gmail.com>2019-04-25 22:17:31 +0200
committerJose Luis Estevez <jose.estevez.prieto@gmail.com>2019-04-25 22:17:31 +0200
commit3e7b1ac938135a479f3ba145df0be6dd32d2a12e (patch)
tree47e5bb1c552ed2a667210a544bdae35558bd59dc /src/js/index.js
parentc4a09d67eb944be6536702f7a511f2601ec3e27e (diff)
downloadBIP39-3e7b1ac938135a479f3ba145df0be6dd32d2a12e.tar.gz
BIP39-3e7b1ac938135a479f3ba145df0be6dd32d2a12e.tar.zst
BIP39-3e7b1ac938135a479f3ba145df0be6dd32d2a12e.zip
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 8262947..e0d0b44 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1690,6 +1690,13 @@
1690 }, 1690 },
1691 }, 1691 },
1692 { 1692 {
1693 name: "BOLI - Bolivarcoin",
1694 onSelect: function() {
1695 network = bitcoinjs.bitcoin.networks.bolivarcoin;
1696 setHdCoin(278);
1697 },
1698 },
1699 {
1693 name: "BCA - Bitcoin Atom", 1700 name: "BCA - Bitcoin Atom",
1694 onSelect: function() { 1701 onSelect: function() {
1695 network = bitcoinjs.bitcoin.networks.atom; 1702 network = bitcoinjs.bitcoin.networks.atom;