viem 2 #393
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 1 warning
Types:
src/_test/utils.ts#L50
Type '{ readonly id: 8453; readonly name: "Rollup Localhost"; readonly network: "localhost"; readonly nativeCurrency: { readonly decimals: 18; readonly name: "Ether"; readonly symbol: "ETH"; }; ... 5 more ...; readonly fees?: ChainFees<...> | undefined; }' does not satisfy the expected type '{ blockExplorers?: { [key: string]: ChainBlockExplorer; default: ChainBlockExplorer; } | undefined; contracts?: { [x: string]: ChainContract | { ...; } | undefined; ensRegistry?: ChainContract | undefined; ensUniversalResolver?: ChainContract | undefined; multicall3?: ChainContract | undefined; } | undefined; ... 8 ...'.
|
Types:
src/actions/public/L2/estimateFees.ts#L48
Argument of type '{ abi: TAbi; } & UnionEvaluate<IsNarrowable<TAbi, Abi> extends true ? TAbi["length"] extends 1 ? { functionName?: TFunctionName | ContractFunctionName<...> | undefined; } : { ...; } : { ...; }> & ... 4 more ... & { ...; }' is not assignable to parameter of type 'OracleTransactionParameters<TAbi, undefined>'.
|
Types:
src/actions/public/L2/estimateL1Fee.ts#L39
Argument of type 'OracleTransactionParameters<TAbi, TFunctionName>' is not assignable to parameter of type '{ abi: TAbi; } & UnionEvaluate<IsNarrowable<TAbi, Abi> extends true ? TAbi["length"] extends 1 ? { functionName?: ContractFunctionName<TAbi, AbiStateMutability> | undefined; } : { ...; } : { ...; }> & UnionEvaluate<...> & ((TAbi extends Abi ? Abi extends TAbi ? true : [...] extends [...] ? false : true : true) exten...'.
|
Types:
src/actions/public/L2/estimateL1GasUsed.ts#L39
Argument of type 'OracleTransactionParameters<TAbi, TFunctionName>' is not assignable to parameter of type '{ abi: TAbi; } & UnionEvaluate<IsNarrowable<TAbi, Abi> extends true ? TAbi["length"] extends 1 ? { functionName?: ContractFunctionName<TAbi, AbiStateMutability> | undefined; } : { ...; } : { ...; }> & UnionEvaluate<...> & ((TAbi extends Abi ? Abi extends TAbi ? true : [...] extends [...] ? false : true : true) exten...'.
|
Types:
src/decorators/publicL1OpStackActions.ts#L60
Type 'TChainOverride' does not satisfy the constraint 'Account | undefined'.
|
Types:
src/decorators/publicL1OpStackActions.ts#L65
Type 'TChainOverride' does not satisfy the constraint 'Account | undefined'.
|
Types:
src/decorators/publicL1OpStackActions.ts#L70
Type 'TChainOverride' does not satisfy the constraint 'Account | undefined'.
|
Types:
src/decorators/publicL1OpStackActions.ts#L75
Type 'TChainOverride' does not satisfy the constraint 'Account | undefined'.
|
Types:
src/decorators/publicL1OpStackActions.ts#L95
Type 'Promise<SimulateDepositETHReturnType<TChain, Account | undefined, TChainOverride, undefined>>' is not assignable to type 'Promise<SimulateDepositETHReturnType<TChain, TChainOverride>>'.
|
Types:
src/decorators/publicL1OpStackActions.ts#L97
Type 'Promise<SimulateDepositTransactionReturnType<TChain, Account | undefined, TChainOverride, undefined>>' is not assignable to type 'Promise<SimulateDepositTransactionReturnType<TChain, TChainOverride>>'.
|
Test
Couldn't write a comment to the pull-request. Please make sure your job has the permission 'pull-request: write'.
Original Error was: [HttpError] - Resource not accessible by integration
|