mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-24 11:20:58 +00:00
Added Divi
Add Divi to BIP39 - Mnemonic Code And Tested
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user