Skip to content

Commit 97330df

Browse files
committed
nit
1 parent 069dcb8 commit 97330df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/adaptors/meridian-amm/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const MERIDIAN_COIN_INFO_URL = `${MERIDIAN_DAPP_URL}/api/coin-info`;
99
const coinInfoCache = {};
1010

1111
async function main() {
12-
// We use Thala's API and not resources on chain as there are too many pools to parse and query
12+
// We use Meridian's API and not resources on chain as there are too many pools to parse and query
1313
// for TVL, APR, etc. metrics. This way we fetch all our pools with TVL attached, then can filter.
1414
const liquidityPools = (await utils.getData(`${MERIDIAN_POOL_API_URL}s`))
1515
?.data;

0 commit comments

Comments
 (0)