Willc/test scaffolding #13
Annotations
10 errors
src/hooks/L1/useSimulateDepositETH.test.ts#L12
Argument of type 'OpConfig' is not assignable to parameter of type 'Config'.
|
src/hooks/L1/useSimulateDepositETH.test.ts#L16
Type '{ to: "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"; gasLimit: number; }' is not assignable to type 'readonly unknown[] & DepositETHParameters'.
|
src/hooks/L1/useSimulateDepositETH.test.ts#L125
Argument of type 'OpConfig' is not assignable to parameter of type 'Config'.
|
src/hooks/L1/useWriteDepositERC20.test.ts#L13
Argument of type 'OpConfig' is not assignable to parameter of type 'Config'.
|
src/hooks/L1/useWriteDepositERC20.test.ts#L41
Argument of type 'OpConfig' is not assignable to parameter of type 'Config'.
|
src/hooks/L1/useWriteDepositERC20.ts#L10
Type 'config' does not satisfy the constraint 'Config'.
|
src/hooks/L1/useWriteDepositERC20.ts#L21
Argument of type '{ config?: Config | Config | undefined; mutation?: { retryDelay?: RetryDelayValue<WriteContractErrorType> | undefined; ... 7 more ...; onSettled?: ((data: `0x${string}` | undefined, error: WriteContractErrorType | null, variables: { ...; } | ... 1 more ... | { ...; }, context: unknown) => unknown) | undefined; } | u...' is not assignable to parameter of type 'UseConfigParameters<Config>'.
|
src/hooks/L1/useWriteDepositETH.ts#L10
Type 'config' does not satisfy the constraint 'Config'.
|
src/hooks/L1/useWriteDepositETH.ts#L19
Argument of type '{ config?: Config | Config | undefined; mutation?: { retryDelay?: RetryDelayValue<WriteContractErrorType> | undefined; ... 7 more ...; onSettled?: ((data: `0x${string}` | undefined, error: WriteContractErrorType | null, variables: { ...; } | ... 1 more ... | { ...; }, context: unknown) => unknown) | undefined; } | u...' is not assignable to parameter of type 'UseConfigParameters<Config>'.
|
src/hooks/L2/useWriteWithdrawERC20.ts#L10
Type 'config' does not satisfy the constraint 'Config'.
|
The logs for this run have expired and are no longer available.
Loading