Contract source filter #4368
Annotations
10 errors and 1 warning
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 'CreateConfigReturnType<{ mainnet: { chainId: 1; transport: HttpTransport; }; }, { a: { network: { mainnet: {}; }; abi: [{ readonly name: "Event0"; readonly type: "event"; readonly inputs: readonly [{ readonly type: "bytes32"; readonly name: "arg"; readonly indexed: true; }]; }, { ...; }]; filter: { ...; }; address: ...' is not assignable to type 'Config'.
|
Typecheck
Type '{ event: string[]; }' is not assignable to type '{ event: "Event1()" | "Event1(bytes32 indexed)"; args: readonly unknown[] | Record<string, unknown>; } | { event: "Event1()" | "Event1(bytes32 indexed)"; args: readonly unknown[] | Record<string, unknown>; }[] | undefined'.
|
Typecheck
Type 'CreateConfigReturnType<{ mainnet: { chainId: 1; transport: HttpTransport; }; }, { a: { network: { mainnet: {}; }; abi: [{ readonly name: "Event1"; readonly type: "event"; readonly inputs: readonly []; }, { readonly name: "Event1"; readonly type: "event"; readonly inputs: readonly [...]; }]; filter: { ...; }; address...' is not assignable to type 'Config'.
|
Typecheck
Type '{ event: string[]; }' is not assignable to type '{ event: "Event1()" | "Event1(bytes32 indexed)"; args: readonly unknown[] | Record<string, unknown>; } | { event: "Event1()" | "Event1(bytes32 indexed)"; args: readonly unknown[] | Record<string, unknown>; }[] | undefined'.
|
Typecheck
Type 'CreateConfigReturnType<{ mainnet: { chainId: 1; transport: HttpTransport; }; }, { a: { network: { mainnet: { address: ["0x0000000000000000000000000000000000000001", "0x0000000000000000000000000000000000000003"]; startBlock: 16370000; endBlock: 16370020; }; }; abi: [...]; filter: { ...; }; }; }, {}, {}>' is not assignable to type 'Config'.
|
Typecheck
Type '{ event: string[]; }' is not assignable to type '{ event: "Event0"; args: readonly unknown[] | Record<string, unknown>; } | { event: "Event0"; args: readonly unknown[] | Record<string, unknown>; }[] | undefined'.
|
Typecheck
Type 'CreateConfigReturnType<{ mainnet: { chainId: 1; transport: HttpTransport; }; }, { a: { abi: [{ readonly name: "Event0"; readonly type: "event"; readonly inputs: readonly [{ readonly type: "bytes32"; readonly name: "arg"; readonly indexed: true; }]; }]; ... 4 more ...; network: { ...; }; }; }, {}, {}>' is not assignable to type 'Config'.
|
Typecheck
Type '{ event: string[]; }' is not assignable to type '{ event: "Event0"; args: readonly unknown[] | Record<string, unknown>; } | { event: "Event0"; args: readonly unknown[] | Record<string, unknown>; }[] | undefined'.
|
Typecheck
Type 'CreateConfigReturnType<{ mainnet: { chainId: 1; transport: HttpTransport; }; }, { a: { network: "mainnet"; abi: [{ readonly name: "Event0"; readonly type: "event"; readonly inputs: readonly [{ readonly type: "bytes32"; readonly name: "arg"; readonly indexed: true; }]; }]; filter: { ...; }; address: "0x00000000000000...' is not assignable to type 'Config'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading