Skip to content

🎢 Ethers v6

🎢 Ethers v6 #2329

Triggered via pull request August 16, 2023 13:11
Status Failure
Total duration 9m 31s
Artifacts

deploy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
deploy-apps
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
deploy-apps
Namespace '"/home/runner/work/useDApp/useDApp/node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/ethers"' has no exported member 'utils'.
deploy-apps
'"/home/runner/work/useDApp/useDApp/node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/ethers"' has no exported member named 'providers'. Did you mean 'Provider'?
deploy-apps
'"/home/runner/work/useDApp/useDApp/node_modules/.pnpm/[email protected]/node_modules/ethers/lib.commonjs/ethers"' has no exported member named 'providers'. Did you mean 'Provider'?
deploy-apps
Argument of type 'ContractInterface' is not assignable to parameter of type 'Interface | InterfaceAbi'.
deploy-apps
Property 'deployTransaction' does not exist on type 'BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>'.
deploy-apps
Module '"ethers"' has no exported member 'BigNumber'.
deploy-apps
Module '"ethers"' has no exported member 'Event'.
deploy-apps
Module '"ethers"' has no exported member 'utils'.
deploy-apps
Module '"ethers"' has no exported member 'constants'.
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/