🎢 Ethers v6 #2335
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
Property 'getTransaction' does not exist on type 'Event'.
|
deploy-apps
Property 'getTransactionReceipt' does not exist on type 'Event'.
|
deploy-apps
Property 'getTransaction' does not exist on type 'Event'.
|
deploy-apps
Property 'getTransactionReceipt' does not exist on type 'Event'.
|
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/
|