Skip to content

chore: track walletType usage #199

chore: track walletType usage

chore: track walletType usage #199

Triggered via pull request November 26, 2024 13:52
Status Failure
Total duration 1m 50s
Artifacts

check-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build: src/server/routes/backend-wallet/simulateTransaction.ts#L89
Type '{ isUserOp: true; accountAddress: `0x${string}`; target: `0x${string}`; signerAddress: `0x${string}`; status: "queued"; queueId: `${string}-${string}-${string}-${string}-${string}`; queuedAt: Date; resendCount: number; ... 6 more ...; value: bigint; } | { ...; }' is not assignable to type 'QueuedTransaction'.
build: src/worker/tasks/migratePostgresTransactionsWorker.ts#L194
Type '{ status: "queued"; queueId: string; queuedAt: Date; resendCount: number; isUserOp: boolean; chainId: number; from: `0x${string}`; to: `0x${string}` | undefined; value: bigint; data: `0x${string}`; functionName: string | undefined; ... 8 more ...; sender: `0x${string}` | undefined; }' is not assignable to type 'QueuedTransaction'.
build
Process completed with exit code 2.