Skip to content

Make gasLimit mandatory when creating a world #159

Make gasLimit mandatory when creating a world

Make gasLimit mandatory when creating a world #159

Triggered via push November 13, 2023 16:46
Status Failure
Total duration 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

deploy-docs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
deploy
Argument of type '{ code: string; codeMetadata: never[]; gasLimit: number; }' is not assignable to parameter of type 'Omit<DeployContractTxParams, "nonce" | "sender" | "chainId">'.
deploy
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">'.
deploy
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">'.
deploy
Argument of type '{ code: string; codeMetadata: never[]; codeArgs: UintEncodable[]; gasLimit: number; }' is not assignable to parameter of type 'Omit<DeployContractTxParams, "nonce" | "sender" | "chainId">'.
deploy
Argument of type '{ proxyUrl: string; chainId: string; }' is not assignable to parameter of type '{ proxyUrl: string; chainId: string; gasPrice: number; }'.
deploy
Process completed with exit code 1.