]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/index.js
Add Bolivarcoin (BOLI)
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
index 8262947a64aa82a967566e6549370dcbef5a83c8..e0d0b44452f1a5b4ad795d9e9724d4b59e4d396b 100644 (file)
                 setHdCoin(220);
             },
         },
+        {
+            name: "BOLI - Bolivarcoin",
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.bolivarcoin;
+                setHdCoin(278);
+            },
+        },
         {
             name: "BCA - Bitcoin Atom",
             onSelect: function() {