Added Divi

Add Divi to
BIP39 - Mnemonic Code
And Tested
This commit is contained in:
TheVoice
2021-09-26 22:38:53 -05:00
parent c4f0c2908f
commit 4cf9de3202
3 changed files with 56 additions and 0 deletions
+14
View File
@@ -2603,6 +2603,20 @@
setHdCoin(18);
},
},
{
name: "DIVI - DIVI",
onSelect: function() {
network = libs.bitcoin.networks.divi;
setHdCoin(301);
},
},
{
name: "DIVI - DIVI Testnet",
onSelect: function() {
network = libs.bitcoin.networks.divitestnet;
setHdCoin(1);
},
},
{
name: "DMD - Diamond",
onSelect: function() {