Skip to content

Setting gas for contract creation on script #14025

@MaestroKongrio

Description

@MaestroKongrio

Component

Forge

Describe the feature you would like

I need to setup the gas limit for deploying a contract (it's on Besu, so the estimate gas works weird).
I have try to do it like this

authList = new AuthList{gas: 1000000000000000000}(authListOwner);

But it says that gas is not a valid key for new.
There's a way to set the gas limit when deploying a contract?

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions