Skip to content

Commit

Permalink
fix: total_deposit_precise
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Jan 21, 2025
1 parent d20b62e commit b28ccbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const _getUsdPricesFromApi = async (): Promise<IDict<number>> => {
}

type UserCollateral = {
total_deposit_precise: string | number,
total_deposit_precise: string,
total_deposit_from_user: string | number,
total_deposit_usd_value: string | number,
};
Expand Down

0 comments on commit b28ccbf

Please sign in to comment.