Skip to content

Update dependency ethers to v6 #4472

Update dependency ethers to v6

Update dependency ethers to v6 #4472

Triggered via push June 4, 2024 06:44
Status Failure
Total duration 1m 5s
Artifacts

nodejs.yml

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

Annotations

10 errors
build (16.x): scripts/deploy-factory.ts#L29
Property 'fromMnemonic' does not exist on type 'typeof Wallet'.
build (16.x): scripts/deploy-factory.ts#L47
Property 'deployed' does not exist on type 'BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>'.
build (16.x): scripts/deploy-factory.ts#L49
Property 'address' does not exist on type 'BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>'.
build (16.x): scripts/deploy.ts#L39
Property 'fromMnemonic' does not exist on type 'typeof Wallet'.
build (16.x): scripts/deploy.ts#L54
Property 'deployed' does not exist on type 'BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>'.
build (16.x): scripts/deploy.ts#L56
Property 'address' does not exist on type 'BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>'.
build (16.x): scripts/deploy.ts#L69
Property 'address' does not exist on type 'BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>'.
build (16.x): scripts/deploy.ts#L76
Property 'deployed' does not exist on type 'BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>'.
build (16.x): scripts/deploy.ts#L77
Property 'address' does not exist on type 'BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>'.
build (16.x): src/contract/address-config.ts#L12
Argument of type 'BaseProvider' is not assignable to parameter of type 'ContractRunner'.