Skip to content

Commit

Permalink
docs(liquidity-loader): improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
oumar-fall committed Jan 27, 2025
1 parent 428ddf3 commit f2158ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/liquidity-sdk-viem/src/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export interface LiquidityParameters {
defaultMaxWithdrawalUtilization?: bigint;

/**
* If set, used to retrieve the max withdraw utilization for each market, defaulting to `defaultMaxWithdrawalUtilization`.
* If not, these values are fetched from morpho API
* If provided, defines the maximum utilization allowed to reach for each market, defaulting to `defaultMaxWithdrawalUtilization`.
* If not, these values are fetched from Morpho API.
*/
maxWithdrawalUtilization?: Record<MarketId, bigint>;
}
Expand Down

0 comments on commit f2158ce

Please sign in to comment.