diff --git a/bip39-standalone.html b/bip39-standalone.html index ea27a1f4..df3a4606 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -118,7 +118,7 @@

Mnemonic Code Converter

-

v0.2.0

+

v0.2.1


@@ -22291,6 +22291,17 @@

Libraries

scriptHash: 0x09, wif: 0xe0, } + +bitcoinjs.bitcoin.networks.myriadcoin = { + messagePrefix: "unused", + bip32: { + public: 0x0488b21e, + private: 0x0488ade4 + }, + pubKeyHash: 0x32, + scriptHash: 0x00, // TODO set this correctly + wif: 0xb2, +};