fix replacement logic flow #3454
Annotations
7 errors and 1 warning
build (18)
Type '{ type: string; isUserOpVersion06: boolean; ops: { sender: `0x${string}`; nonce: bigint; initCode: `0x${string}`; callData: `0x${string}`; preVerificationGas: bigint; paymasterAndData: `0x${string}`; signature: `0x${string}`; accountGasLimits: `0x${string}`; gasFees: `0x${string}`; }[]; entryPoint: `0x${string}`; } ...' is not assignable to type '{ type: "default"; ops: { sender: `0x${string}`; nonce: bigint; initCode: `0x${string}`; callData: `0x${string}`; preVerificationGas: bigint; paymasterAndData: `0x${string}`; signature: `0x${string}`; accountGasLimits: `0x${string}`; gasFees: `0x${string}`; }[]; isUserOpVersion06: boolean; entryPoint: `0x${string}`;...'.
|
build (18)
No value exists in scope for the shorthand property 'opts'. Either declare one or provide an initializer.
|
build (18)
'to' is declared but its value is never read.
|
build (18)
Object literal may only specify known properties, and 'data' does not exist in type '{ account: Account; to: `0x${string}`; gas: bigint; chain: Chain; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; nonce: number; }'.
|
build (18)
Object literal may only specify known properties, and 'data' does not exist in type '{ account: Account; to: `0x${string}`; gas: bigint; chain: Chain; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; nonce: number; }'.
|
build (18)
'Hex' is declared but never used.
|
build (18)
Process completed with exit code 1.
|
build (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|