mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
fix NaN
This commit is contained in:
@@ -145,7 +145,7 @@ const positions = (chain: string) => async () => {
|
||||
});
|
||||
}
|
||||
|
||||
return positions;
|
||||
return positions.filter((position) => position.liqPrice > 0);
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user