mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-05-15 05:05:02 +00:00
add dash testnet
This commit is contained in:
@@ -45,6 +45,16 @@ bitcoin.networks.dash = {
|
||||
wif: 0xcc,
|
||||
};
|
||||
|
||||
bitcoin.networks.dashtn = {
|
||||
bip32: {
|
||||
public: 0x043587cf,
|
||||
private: 0x04358394
|
||||
},
|
||||
pubKeyHash: 0x8c,
|
||||
scriptHash: 0x13,
|
||||
wif: 0xef,
|
||||
};
|
||||
|
||||
bitcoin.networks.game = {
|
||||
bip32: {
|
||||
public: 0x0488b21e,
|
||||
|
||||
@@ -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