mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-30 14:06:00 +00:00
add dash testnet
This commit is contained in:
@@ -1113,6 +1113,13 @@
|
||||
DOM.bip44coin.val(5);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "DASH Testnet",
|
||||
onSelect: function() {
|
||||
network = bitcoin.networks.dashtn;
|
||||
DOM.bip44coin.val(1);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "Ethereum",
|
||||
onSelect: function() {
|
||||
|
||||
Reference in New Issue
Block a user