Skip to content

Commit

Permalink
fixup! feat(framework): add risk parameters checks for legacy pool
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirka committed Oct 8, 2024
1 parent 3a001ba commit e983a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vip-framework/checks/checkRiskParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const checkILRiskParameters = (

export function checkRiskParameters(
vTokenAddress: string,
spec: { underlying: TokenSpec; comptroller?: string; symbol?: string; isLegacyPool: boolean },
spec: { underlying: TokenSpec; comptroller?: string; symbol?: string; isLegacyPool?: boolean },
riskParameters: RiskParameters | LegacyPoolRiskParameters,
) {
describe(`${spec.symbol ?? vTokenAddress} risk parameters`, () => {
Expand Down

0 comments on commit e983a63

Please sign in to comment.