Skip to content

Commit

Permalink
enable chintai TVL
Browse files Browse the repository at this point in the history
  • Loading branch information
davidespataro committed Aug 10, 2024
1 parent e5361f5 commit 79d00e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/chintai/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async function eosTvl() {
return await get_account_tvl(["swap.defi", "newdexpublic"], tokens);
}

async function fetchChintaiTvl() {
async function chintaiTvl() {
const stats = await get("https://sg.app.chintai.io/api/stats");
return toUSDTBalances(stats.totalValueLocked);
}
Expand Down Expand Up @@ -122,7 +122,7 @@ module.exports = {
eos: {
tvl: eosTvl,
},
// chintai: {
// tvl: fetchChintaiTvl,
// },
chintai: {
tvl: chintaiTvl,
},
};

0 comments on commit 79d00e6

Please sign in to comment.