Contract source filter #4371
Annotations
7 errors and 1 warning
Typecheck
Property 'args' is missing in type '{ event: "Event1"; }' but required in type '{ event: "Event1"; args: readonly []; }'.
|
Typecheck
Type '{ event: string[]; }' is not assignable to type '{ event: "Event0" | "Event1"; args: readonly unknown[] | Record<string, unknown>; } | { event: "Event0" | "Event1"; args: readonly unknown[] | Record<string, unknown>; }[] | undefined'.
|
Typecheck
Type '{ event: "Event1"; }' is not assignable to type '{ event: "Event1"; args: readonly unknown[] | Record<string, unknown>; } | { event: "Event1"; args: readonly unknown[] | Record<string, unknown>; }[] | undefined'.
|
Typecheck
Property 'args' is missing in type '{ event: "Event1"; }' but required in type '{ event: "Event0" | "Event1"; args: readonly []; }'.
|
Typecheck
Type '{ contract: { abi: abi; network: ""; filter: { event: "Event1()"; }; }; }' does not satisfy the constraint '{ [contractName: string]: { abi: Abi; network: string | { [x: string]: { address?: `0x${string}` | readonly `0x${string}`[] | Factory<AbiEvent> | undefined; filter?: { event: string; args: readonly unknown[] | Record<string, unknown>; } | { ...; }[] | undefined; includeTransactionReceipts?: boolean | undefined; incl...'.
|
Typecheck
Type '{ contract: { abi: abi; network: ""; filter: { event: readonly ["Event1()"]; }; }; }' does not satisfy the constraint '{ [contractName: string]: { abi: Abi; network: string | { [x: string]: { address?: `0x${string}` | readonly `0x${string}`[] | Factory<AbiEvent> | undefined; filter?: { event: string; args: readonly unknown[] | Record<string, unknown>; } | { ...; }[] | undefined; includeTransactionReceipts?: boolean | undefined; incl...'.
|
Typecheck
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading