diff --git a/packages/lib-ethers/src/PopulatableEthersLiquity.ts b/packages/lib-ethers/src/PopulatableEthersLiquity.ts index cc8459105..65570f059 100644 --- a/packages/lib-ethers/src/PopulatableEthersLiquity.ts +++ b/packages/lib-ethers/src/PopulatableEthersLiquity.ts @@ -293,7 +293,7 @@ export interface BorrowingOperationOptionalParams { * for a relatively long time. This parameter specifies the length of time that should be covered * by the extra gas. * - * Default: 60 minutes. + * Default: 10 minutes. */ borrowingFeeDecayToleranceMinutes?: number; }