You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than support and maintain a potentially indefinite list of networks who require legacy gas fields, we want to add a new field to HardhatNetworkUserConfig.ignition called useLegacyGasFields that will enable this functionality on a per-network basis.
Rather than support and maintain a potentially indefinite list of networks who require legacy gas fields, we want to add a new field to
HardhatNetworkUserConfig.ignition
calleduseLegacyGasFields
that will enable this functionality on a per-network basis.Something like this:
That would enable the logic here:
https://github.com/NomicFoundation/hardhat-ignition/blob/development/packages/core/src/internal/execution/jsonrpc-client.ts#L649-L652
The text was updated successfully, but these errors were encountered: