Skip to content

replace ethers with viem #8318

replace ethers with viem

replace ethers with viem #8318

Triggered via pull request May 27, 2024 09:26
Status Failure
Total duration 1m 9s
Artifacts

grant-explorer.yml

on: pull_request
lint-test-typecheck
57s
lint-test-typecheck
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint-test-typecheck
Cannot find module 'ethers' or its corresponding type declarations.
lint-test-typecheck
Cannot find module 'ethers' or its corresponding type declarations.
lint-test-typecheck
Cannot find module 'ethers' or its corresponding type declarations.
lint-test-typecheck
Type 'TFunctionName' does not satisfy the constraint '`0x${string}` | ContractFunctionName<TAbi, AbiStateMutability> | undefined'.
lint-test-typecheck
Argument of type '{ abi: TAbi; } & UnionEvaluate<IsNarrowable<TAbi, Abi> extends true ? TAbi["length"] extends 1 ? { functionName?: `0x${string}` | TFunctionName | ContractFunctionName<...> | undefined; } : { ...; } : { ...; }> & UnionEvaluate<...> & ((TAbi extends Abi ? Abi extends TAbi ? true : [...] extends [...] ? false : true : ...' is not assignable to parameter of type 'EncodeFunctionDataParameters<TAbi, TFunctionName | undefined, TAbi extends Abi ? Abi extends TAbi ? true : [Extract<TAbi[number], { type: "function"; stateMutability: AbiStateMutability; }>] extends [...] ? false : true : true, ContractFunctionArgs<...>, ContractFunctionName<...>>'.
lint-test-typecheck
Object literal may only specify known properties, and 'network' does not exist in type 'Chain'.
lint-test-typecheck
Object literal may only specify known properties, and 'network' does not exist in type 'Chain'.
lint-test-typecheck
Object literal may only specify known properties, and 'network' does not exist in type 'Chain'.
lint-test-typecheck
Object literal may only specify known properties, and 'network' does not exist in type 'Chain'.
lint-test-typecheck
Object literal may only specify known properties, and 'network' does not exist in type 'Chain'.
lint-test-typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.