Skip to content

feat: add arb owner and arb gas info actions #5

feat: add arb owner and arb gas info actions

feat: add arb owner and arb gas info actions #5

Triggered via pull request December 18, 2023 23:44
Status Failure
Total duration 6m 45s
Artifacts

build-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test (Unit): src/decorators/arbOwnerPublicActions.integration.test.ts#L37
Argument of type 'PrepareTransactionRequestReturnType<Chain | undefined>' is not assignable to parameter of type 'TransactionSerializable'.
Test (Unit): src/decorators/arbOwnerPublicActions.integration.test.ts#L67
Argument of type 'PrepareTransactionRequestReturnType<Chain | undefined>' is not assignable to parameter of type 'TransactionSerializable'.
Test (Unit): src/decorators/arbOwnerPublicActions.integration.test.ts#L96
Argument of type 'PrepareTransactionRequestReturnType<Chain | undefined>' is not assignable to parameter of type 'TransactionSerializable'.
Test (Unit): src/decorators/arbOwnerPublicActions.ts#L36
Argument of type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; chain: TChain; ... 53 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; }' is not assignable to parameter of type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; chain: Chain | undefined; ... 53 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; }'.
Test (Unit)
Process completed with exit code 2.
Test (Integration): src/decorators/arbOwnerPublicActions.integration.test.ts#L37
Argument of type 'PrepareTransactionRequestReturnType<Chain | undefined>' is not assignable to parameter of type 'TransactionSerializable'.
Test (Integration): src/decorators/arbOwnerPublicActions.integration.test.ts#L67
Argument of type 'PrepareTransactionRequestReturnType<Chain | undefined>' is not assignable to parameter of type 'TransactionSerializable'.
Test (Integration): src/decorators/arbOwnerPublicActions.integration.test.ts#L96
Argument of type 'PrepareTransactionRequestReturnType<Chain | undefined>' is not assignable to parameter of type 'TransactionSerializable'.
Test (Integration): src/decorators/arbOwnerPublicActions.ts#L36
Argument of type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; chain: TChain; ... 53 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; }' is not assignable to parameter of type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; chain: Chain | undefined; ... 53 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; }'.
Test (Integration)
Process completed with exit code 2.