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