From ad71fab6297f0ddf1c054ed515e714980f82c502 Mon Sep 17 00:00:00 2001 From: dry-cake <174254844+dry-cake@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:28:09 +0200 Subject: [PATCH] fix texts --- projects/aqua-network/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, };