fix #2202
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 errors
deploy
Argument of type '{ from?: string | undefined; to?: string | null | undefined; value?: string | undefined; accessList?: { readonly address?: string | undefined; readonly storageKeys?: string[] | undefined; }[] | undefined; ... 17 more ...; s?: string | undefined; }' is not assignable to parameter of type 'TransactionWithSenderAPI | Partial<TransactionWithSenderAPI>'.
|
deploy
Argument of type '{ from?: string | undefined; to?: string | null | undefined; value?: string | undefined; accessList?: { readonly address?: string | undefined; readonly storageKeys?: string[] | undefined; }[] | undefined; ... 17 more ...; s?: string | undefined; }' is not assignable to parameter of type 'Partial<TransactionWithSenderAPI>'.
|
deploy
Argument of type '{ from: string; to?: string | null | undefined; value?: string | undefined; accessList?: { readonly address?: string | undefined; readonly storageKeys?: string[] | undefined; }[] | undefined; ... 17 more ...; s?: string | undefined; }' is not assignable to parameter of type 'TransactionWithSenderAPI | Partial<TransactionWithSenderAPI>'.
|
deploy
Argument of type '{ from?: string | undefined; to?: string | null | undefined; value?: string | undefined; accessList?: { readonly address?: string | undefined; readonly storageKeys?: string[] | undefined; }[] | undefined; ... 17 more ...; s?: string | undefined; }' is not assignable to parameter of type 'TransactionWithSenderAPI | Partial<TransactionWithSenderAPI>'.
|
deploy
Argument of type '{ from?: string | undefined; to?: string | null | undefined; value?: string | undefined; accessList?: { readonly address?: string | undefined; readonly storageKeys?: string[] | undefined; }[] | undefined; ... 17 more ...; s?: string | undefined; }' is not assignable to parameter of type 'Partial<TransactionWithSenderAPI>'.
|
deploy
Argument of type '{ from: string; to?: string | null | undefined; value?: string | undefined; accessList?: { readonly address?: string | undefined; readonly storageKeys?: string[] | undefined; }[] | undefined; ... 17 more ...; s?: string | undefined; }' is not assignable to parameter of type 'TransactionWithSenderAPI | Partial<TransactionWithSenderAPI>'.
|
deploy
Process completed with exit code 1.
|