mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
Added myriad to extensions
This commit is contained in:
@@ -184,3 +184,13 @@ bitcoinjs.bitcoin.networks.zetacoin = {
|
|||||||
scriptHash: 0x09,
|
scriptHash: 0x09,
|
||||||
wif: 0xe0,
|
wif: 0xe0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bitcoinjs.bitcoin.networks.myriadcoin = {
|
||||||
|
messagePrefix: "unused",
|
||||||
|
bip32: {
|
||||||
|
public: 0x0488b21e,
|
||||||
|
private: 0x0488ade4
|
||||||
|
},
|
||||||
|
pubKeyHash: 0x32,
|
||||||
|
wif: 0xb2,
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user