Skip to content

feat: max collateral cap #242

feat: max collateral cap

feat: max collateral cap #242

Triggered via pull request February 6, 2025 02:21
Status Failure
Total duration 8m 35s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build (16.x): tasks/helpers/add-nft-to-pool.ts#L109
Argument of type '{ asset: string; baseLTV: BigNumberish; liquidationThreshold: BigNumberish; liquidationBonus: BigNumberish; redeemDuration: BigNumberish; ... 5 more ...; maxTokenId: BigNumberish; }[]' is not assignable to parameter of type '{ asset: string; baseLTV: BigNumberish; liquidationThreshold: BigNumberish; liquidationBonus: BigNumberish; redeemDuration: BigNumberish; ... 6 more ...; maxCollateralCap: BigNumberish; }[]'.
build (16.x): tasks/helpers/add-nft-to-pool.ts#L109
Argument of type '{ asset: string; baseLTV: BigNumberish; liquidationThreshold: BigNumberish; liquidationBonus: BigNumberish; redeemDuration: BigNumberish; ... 5 more ...; maxTokenId: BigNumberish; }[]' is not assignable to parameter of type '{ asset: string; baseLTV: BigNumberish; liquidationThreshold: BigNumberish; liquidationBonus: BigNumberish; redeemDuration: BigNumberish; ... 6 more ...; maxCollateralCap: BigNumberish; }[]'.
build (16.x)
Process completed with exit code 1.
build (16.x)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down