added Thought network spec

This commit is contained in:
Andrew
2019-11-05 11:26:58 -05:00
parent bc32c84166
commit 75138beed9
4 changed files with 27 additions and 5 deletions

View File

@@ -1716,3 +1716,14 @@ bitcoinjs.bitcoin.networks.aryacoin = {
scriptHash: 0x6f,
wif: 0x97
};
bitcoinjs.bitcoin.networks.thought = {
messagePrefix: 'unused',
bip32: {
public: 0xFbC6A00D,
private: 0x5AEBD8C6
},
pubKeyHash: 0x07,
scriptHash: 0x09,
wif: 0x7B
};