Skip to main content
Version: 0.96.0

Type Alias: EVMExtraArgsV1

EVMExtraArgsV1 = { gasLimit: bigint; }

Defined in: extra-args.ts:28

EVM extra arguments version 1 with gas limit only.

Example

TypeScript
const args: EVMExtraArgsV1 = {
gasLimit: 200_000n,
}

Properties

gasLimit

gasLimit: bigint

Defined in: extra-args.ts:30

Gas limit for execution on the destination chain.