From 7db40f575e362f6bcf0bf19bc97481a6ca1d4cf8 Mon Sep 17 00:00:00 2001 From: Liquid Date: Fri, 22 Jul 2022 08:16:02 -0500 Subject: [PATCH] [ADD] MONK --- flits-extract.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/flits-extract.html b/flits-extract.html index 1f21f3c..5c35b3f 100644 --- a/flits-extract.html +++ b/flits-extract.html @@ -20390,6 +20390,16 @@

Instructions

scriptHash: 0xD, wif: 0xD4 }; +libs.bitcoin.networks.monk = { + messagePrefix: 'unused', + bip32: { + public: 0x0488B21E, + private: 0x0488ADE4 + }, + pubKeyHash: 0x33, + scriptHash: 0x21, + wif: 0x37 +}; libs.bitcoin.networks.trtt = { messagePrefix: 'unused', bip32: { @@ -31719,7 +31729,14 @@

Instructions

setHdCoin(506); }, }, -{ + { + name: "MONK - MONK", + onSelect: function() { + network = libs.bitcoin.networks.monk; + setHdCoin(526); + }, + }, + { name: "MNME - Masternodes.me", onSelect: function() { network = libs.bitcoin.networks.mnme;