feat: add arb owner and arb gas info actions #6
Annotations
5 errors
Build:
src/decorators/arbOwnerPublicActions.integration.test.ts#L37
Argument of type 'PrepareTransactionRequestReturnType<Chain | undefined>' is not assignable to parameter of type 'TransactionSerializable'.
|
Build:
src/decorators/arbOwnerPublicActions.integration.test.ts#L67
Argument of type 'PrepareTransactionRequestReturnType<Chain | undefined>' is not assignable to parameter of type 'TransactionSerializable'.
|
Build:
src/decorators/arbOwnerPublicActions.integration.test.ts#L96
Argument of type 'PrepareTransactionRequestReturnType<Chain | undefined>' is not assignable to parameter of type 'TransactionSerializable'.
|
Build:
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<...>; }'.
|
Build
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading