add dash testnet

This commit is contained in:
Karol Rychlicki
2017-06-16 19:30:15 +02:00
parent 56b1275f40
commit c0386f3b78
4 changed files with 63 additions and 0 deletions
+10
View File
@@ -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,