This commit is contained in:
Pawel Cioch
2018-09-13 23:19:00 -05:00
parent 376ea8c46d
commit 2575538b25
3 changed files with 25 additions and 0 deletions
+11
View File
@@ -1342,3 +1342,14 @@ bitcoinjs.bitcoin.networks.exchangecoin = {
scriptHash: 0x34AF,
wif: 0x80,
};
bitcoinjs.bitcoin.networks.artax = {
messagePrefix: '\x18Artax Signed Message:\n',
bip32: {
public: 0x0488B21E,
private: 0x0488ADE4,
},
pubKeyHash: 0x17,
scriptHash: 0x1CBD,
wif: 0x97,
};