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
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