From 5b98bf3e7f7c6987c87a0a278a44a86eadebc23f Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:52:10 +0200 Subject: [PATCH] fix poseidollar --- projects/poseidollar/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/poseidollar/index.js b/projects/poseidollar/index.js index 900db73c0840..4304969b4d13 100644 --- a/projects/poseidollar/index.js +++ b/projects/poseidollar/index.js @@ -93,8 +93,8 @@ async function suiTVL(api) { "0x3cfad71fc1f65addbadc0d4056fbd1106aa6b9a219e3ea1f5356a2f500d13182" ); - //TVL on PSH Earn - for (let i = 0; i < poolShareInfo.length; i++) { + //TVL on PSH Earn - ignoring pool 0, it is returning absurd value + for (let i = 1; i < poolShareInfo.length; i++) { api.add(poolShareInfo[i].coinX, poolShareInfo[i].coinXStaked) if (poolShareInfo[i].coinY)