mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-19 00:42:17 +00:00
Merge branch 'master' into master
This commit is contained in:
@@ -1727,3 +1727,14 @@ bitcoinjs.bitcoin.networks.thought = {
|
||||
scriptHash: 0x09,
|
||||
wif: 0x7B
|
||||
};
|
||||
|
||||
bitcoinjs.bitcoin.networks.elastos = {
|
||||
messagePrefix: 'unused',
|
||||
bip32: {
|
||||
public: 0x0488B21E,
|
||||
private: 0x0488ADE4,
|
||||
},
|
||||
pubKeyHash: 0x21,
|
||||
scriptHash: 0xc4, // TODO set this correctly, same as BTC for now
|
||||
wif: 0xef // TODO set this correctly, same as BTC for now
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user