diff --git a/projects/aqua-network/index.js b/projects/aqua-network/index.js index 2b3ef2145eb7..e60f8cf783c8 100644 --- a/projects/aqua-network/index.js +++ b/projects/aqua-network/index.js @@ -47,6 +47,6 @@ function tvl(time) { module.exports = { methodology: - 'TVL counts the liquidity of the Pools on AMM, data is pulled from the Aquarius API: "https://amm-api.aqua.network/api/external/v1/statistics/totals/".', + 'counts the liquidity of the Pools on AMM, data is pulled from the Aquarius API: "https://amm-api.aqua.network/api/external/v1/statistics/totals/".', stellar: {tvl}, };