Skip to content

Update dependency ethers to v6 #2986

Update dependency ethers to v6

Update dependency ethers to v6 #2986

Triggered via push October 11, 2023 19:31
Status Failure
Total duration 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

nodejs.yml

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

Annotations

10 errors
build (16.x): scripts/deploy-example.ts#L11
Property 'address' does not exist on type 'BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>'.
build (16.x): scripts/deploy-example.ts#L12
Property 'address' does not exist on type 'Admin'.
build (16.x): scripts/deploy-example.ts#L13
Property 'utils' does not exist on type 'typeof import("/home/runner/work/template-repos-ts-sol/template-repos-ts-sol/node_modules/ethers/lib.commonjs/ethers") & HardhatEthersHelpers'.
build (16.x): scripts/deploy-example.ts#L16
Property 'address' does not exist on type 'BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>'.
build (16.x): scripts/deploy-example.ts#L17
Property 'address' does not exist on type 'Admin'.
build (16.x): scripts/deploy-example.ts#L18
Property 'address' does not exist on type 'UpgradeableProxy'.
build (16.x): scripts/utils.ts#L10
Conversion of type 'ContractFactory<any[], BaseContract>' to type 'Admin__factory' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build (16.x): scripts/utils.ts#L22
Conversion of type 'ContractFactory<any[], BaseContract>' to type 'UpgradeableProxy__factory' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build (16.x): typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.ts#L4
Module '"ethers"' has no exported member 'utils'.
build (16.x): typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.ts#L31
Interface 'Initializable' incorrectly extends interface 'BaseContract'.