Willc/test scaffolding #13
Annotations
10 errors
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'.
|
src/hooks/L2/useWriteWithdrawERC20.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/L2/useWriteWithdrawERC20.ts#L22
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 'UseChainIdParameters<Config>'.
|
src/hooks/L2/useWriteWithdrawETH.ts#L11
Type 'config' does not satisfy the constraint 'Config'.
|
src/hooks/L2/useWriteWithdrawETH.ts#L22
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/useWriteWithdrawETH.ts#L23
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 'UseChainIdParameters<Config>'.
|
The logs for this run have expired and are no longer available.
Loading