Skip to content

🎢 Ethers v6

🎢 Ethers v6 #2339

Triggered via pull request August 18, 2023 15:26
Status Failure
Total duration 2m 11s
Artifacts

deploy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
deploy-apps
Type 'BaseContractMethod<any[], any, any>' is not assignable to type 'string'.
deploy-apps
Type 'BaseContractMethod<any[], any, any>' is not assignable to type 'string'.
deploy-apps
Argument of type '{ address: BaseContractMethod<any[], any, any>; data: string; chainId: ChainId; }' is not assignable to parameter of type 'Falsy | RawCall'.
deploy-apps
Argument of type 'string' is not assignable to parameter of type 'never'.
deploy-apps
Type 'string | undefined' is not assignable to type 'string'.
deploy-apps
Argument of type 'string | number | symbol' is not assignable to parameter of type 'string'.
deploy-apps
Type 'FN' cannot be used to index type 'Contract'.
deploy-apps
Type 'string | Addressable' is not assignable to type 'string | undefined'.
deploy-apps
Argument of type 'string | number | symbol' is not assignable to parameter of type 'string | FunctionFragment'.
deploy-apps
Type 'TransactionReceipt | null | undefined' is not assignable to type 'TransactionReceipt | undefined'.
deploy-apps
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/