]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/js/index.js
Add DNR Support
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
index b09a981933a2168c0507bf5c4d733ec91e57339c..a5cfa2776a4d199ffe5399bf4f8da02f4716269b 100644 (file)
                 setHdCoin(1);
             },
         },
+        {
+            name: "DNR - Denarius",
+            segwitAvailable: false,
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.denarius;
+                setHdCoin(0);
+            },
+        },
         {
             name: "DOGE - Dogecoin",
             segwitAvailable: false,