mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
added Thought network spec
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user