Make gasLimit mandatory when creating a world #585
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors
build-and-test
Argument of type '{ code: string; codeMetadata: never[]; gasLimit: number; }' is not assignable to parameter of type 'Omit<DeployContractTxParams, "nonce" | "sender" | "chainId">'.
|
build-and-test
Argument of type '{ code: string; codeMetadata: ("upgradeable" | "readable" | "payable" | "payableBySc")[]; codeArgs: UintEncodable[]; gasLimit: number; }' is not assignable to parameter of type 'Omit<DeployContractTxParams, "nonce" | "sender" | "chainId">'.
|
build-and-test
Argument of type '{ code: string; codeMetadata: ("upgradeable" | "readable" | "payable" | "payableBySc")[]; codeArgs: UintEncodable[]; gasLimit: number; }' is not assignable to parameter of type 'Omit<DeployContractTxParams, "nonce" | "sender" | "chainId">'.
|
build-and-test
Argument of type '{ code: string; codeMetadata: never[]; codeArgs: UintEncodable[]; gasLimit: number; }' is not assignable to parameter of type 'Omit<DeployContractTxParams, "nonce" | "sender" | "chainId">'.
|
build-and-test
Argument of type '{ proxyUrl: string; chainId: string; }' is not assignable to parameter of type '{ proxyUrl: string; chainId: string; gasPrice: number; }'.
|
build-and-test
Process completed with exit code 1.
|