Skip to content

Commit

Permalink
Merge pull request #15 from jtmarkley1/patch-2
Browse files Browse the repository at this point in the history
Update algo_asa.c
  • Loading branch information
TamtamHero authored Sep 15, 2020
2 parents 10b5ba1 + a9d3ead commit 273f145
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/algo_asa.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ static const algo_asset_info_t algo_assets[] = {
ALGO_ASA(438831, "MESE Index Fund", "MESX", 6),
ALGO_ASA(438828, "MESE USD Exchange Token", "USD-MESE", 6),
ALGO_ASA(312769, "Tether USDt", "USDt", 6),
ALGO_ASA(31566704, "USDC", "USDC", 6),
ALGO_ASA(6587142, "Meld Silver", "MCAG", 5),
ALGO_ASA(6547014, "Meld Gold", "MCAU", 5),
ALGO_ASA(2838934, "Credit Opportunities Fund I","VAL 1", 0),
ALGO_ASA(2836760, "Liquid Mining Fund I", "RHO 1", 0),
ALGO_ASA(2757561, "realioUSD", "RUSD", 7),
ALGO_ASA(2751733, "Realio Token", "RIO", 7),
ALGO_ASA(2725935, "Realio Security Token", "RST", 7),
ALGO_ASA(27165954, "PLANET", "PLANETS", 6),
ALGO_ASA(163650, "Asia Reserve Currency Coin", "ARCC", 6),
};

Expand Down

0 comments on commit 273f145

Please sign in to comment.