Skip to content

Commit

Permalink
[ADD] MONK
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Jul 22, 2022
1 parent 32885b2 commit 7db40f5
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion flits-extract.html
Original file line number Diff line number Diff line change
Expand Up @@ -20390,6 +20390,16 @@ <h3>Instructions</h3>
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: {
Expand Down Expand Up @@ -31719,7 +31729,14 @@ <h3>Instructions</h3>
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;
Expand Down

0 comments on commit 7db40f5

Please sign in to comment.