Skip to content

Commit

Permalink
Add UCR, SAGA, CFL, Adjust TRTT/DASHD
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Jan 27, 2022
1 parent 7de0cac commit bb90a84
Showing 1 changed file with 51 additions and 10 deletions.
61 changes: 51 additions & 10 deletions flits-extract.html
Original file line number Diff line number Diff line change
Expand Up @@ -20400,16 +20400,6 @@ <h3>Instructions</h3>
scriptHash: 0x10,
wif: 0xCC
};
libs.bitcoin.networks.trtt = {
messagePrefix: 'unused',
bip32: {
public: 0x022D2573,
private: 0x0221312B
},
pubKeyHash: 0x30,
scriptHash: 0x83,
wif: 0x7D
};
libs.bitcoin.networks.zdx = {
messagePrefix: 'unused',
bip32: {
Expand Down Expand Up @@ -21190,6 +21180,36 @@ <h3>Instructions</h3>
scriptHash: 0x53,
wif: 0x7D
};
libs.bitcoin.networks.saga = {
messagePrefix: 'unused',
bip32: {
public: 0x0488B21E,
private: 0x0488ADE4
},
pubKeyHash: 0x1E,
scriptHash: 0x2C,
wif: 0x8E
};
libs.bitcoin.networks.cfl = {
messagePrefix: 'unused',
bip32: {
public: 0x022D2533,
private: 0x0221312B
},
pubKeyHash: 0x57,
scriptHash: 0x5F,
wif: 0x66
};
libs.bitcoin.networks.ucr = {
messagePrefix: 'unused',
bip32: {
public: 0x022D2573,
private: 0x0221312B
},
pubKeyHash: 0x1C,
scriptHash: 0x1F,
wif: 0x3F
};
libs.bitcoin.networks.crown = {
messagePrefix: 'unused',
bip32: {
Expand Down Expand Up @@ -31206,6 +31226,13 @@ <h3>Instructions</h3>
setHdCoin(435);
},
},
{
name: "CFL — CryptoFlow Coin",
onSelect: function() {
network = libs.bitcoin.networks.cfl;
setHdCoin(527);
},
},
{
name: "COLX - ColossusXT",
onSelect: function() {
Expand Down Expand Up @@ -31668,6 +31695,13 @@ <h3>Instructions</h3>
setHdCoin(424);
},
},
{
name: "UCR — UltraClear Coin",
onSelect: function() {
network = libs.bitcoin.networks.ucr;
setHdCoin(485);
},
},
{
name: "ULG - Ultragate",
onSelect: function() {
Expand Down Expand Up @@ -31703,6 +31737,13 @@ <h3>Instructions</h3>
setHdCoin(488);
},
},
{
name: "SAGA — CryptoSaga Coin",
onSelect: function() {
network = libs.bitcoin.networks.saga;
setHdCoin(529);
},
},
{
name: "XSN - Stakenet",
onSelect: function() {
Expand Down

0 comments on commit bb90a84

Please sign in to comment.