Update dependency ethers to v6 #4496
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'.
|