Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Index Fund clean up #254

Index Fund clean up

Index Fund clean up #254

Triggered via pull request July 21, 2023 07:53
Status Failure
Total duration 5m 4s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci: contracts/core/index-fund/scripts/deploy.ts#L35
No overload matches this call.
ci: tasks/deploy/deployIndexFund.ts#L41
Expected 3 arguments, but got 2.
ci: tasks/manage/changeOwner.ts#L15
Property 'owner' does not exist on type 'ConfigStructOutput'.
ci: tasks/manage/changeOwner.ts#L19
Property 'updateOwner' does not exist on type 'IndexFund'.
ci: tasks/manage/indexFund/updateOwner.ts#L26
Property 'owner' does not exist on type 'ConfigStructOutput'.
ci: tasks/manage/indexFund/updateOwner.ts#L39
No overload matches this call.
ci: tasks/manage/indexFund/updateOwner.ts#L48
Property 'owner' does not exist on type 'ConfigStructOutput'.
ci: test/core/IndexFund.ts#L24
Cannot find module '../../../typechain-types/contracts/core/registrar/LocalRegistrar' or its corresponding type declarations.
ci: test/core/IndexFund.ts#L472
Expected 2 arguments, but got 1.
ci: test/core/IndexFund.ts#L481
Type '0' has no properties in common with type 'Overrides & { from?: PromiseOrValue<string> | undefined; }'.