create a round on allo V1 using allo wrapper in manager #6815
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
grant-explorer.yml
on: pull_request
lint-test-typecheck
41s
Annotations
3 errors
lint-test-typecheck
Object literal may only specify known properties, and 'projectRegistryAddress' does not exist in type '{ chainId: number; transactionSender: TransactionSender; ipfsUploader: IpfsUploader; waitUntilIndexerSynced: WaitUntilIndexerSynced; }'.
|
lint-test-typecheck
Argument of type '{ chainId: number; projectRegistryAddress: "0x0000000000000000000000000000000000000000"; ipfsUploader: Mock<any, any>; transactionSender: TransactionSender & { ...; }; waitUntilIndexerSynced: Mock<...>; }' is not assignable to parameter of type '{ chainId: number; transactionSender: TransactionSender; projectRegistryAddress: `0x${string}`; allo: `0x${string}`; ipfsUploader: IpfsUploader; waitUntilIndexerSynced: WaitUntilIndexerSynced; }'.
|
lint-test-typecheck
Process completed with exit code 1.
|