Skip to content

Update dependency ethers to v6 #4496

Update dependency ethers to v6

Update dependency ethers to v6 #4496

Triggered via push July 26, 2024 00:11
Status Failure
Total duration 58s
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'.