Skip to content

Commit

Permalink
acryptos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Aug 22, 2024
1 parent 3b6e7b4 commit f51b120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/adaptors/acryptos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const fetch = (dataTvl, chainMapping) => {
for (const chain of Object.keys(chainMapping)) {
poolData = dataTvl[chain];

if (poolData === undefined) continue;

for (const [addr, details] of Object.entries(poolData)) {
if (details.status === 'deprecated') {
continue;
Expand Down

0 comments on commit f51b120

Please sign in to comment.