Skip to content

Conversation

@zoeyTM
Copy link
Contributor

@zoeyTM zoeyTM commented Oct 8, 2025

closes #7303

@changeset-bot
Copy link

changeset-bot bot commented Oct 8, 2025

🦋 Changeset detected

Latest commit: 807d266

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@nomicfoundation/ignition-core Patch
@nomicfoundation/hardhat-ignition-ethers Patch
@nomicfoundation/hardhat-ignition-viem Patch
@nomicfoundation/hardhat-ignition Patch
@nomicfoundation/ignition-ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

maxPriorityFeePerGas?: bigint;
gasPrice?: bigint;
disableFeeBumping?: boolean;
maxRetries?: number;
Copy link
Contributor

@michalbrabec michalbrabec Oct 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we adding the property here, when the config property contains the value as well?
The final value is calculated as follows, which can be done by the deploy function.

    maxRetries:
      hre.config.ignition.maxRetries ??
      hre.config.networks[connection.networkName]?.ignition.maxRetries,

This could also concentrate the logic in one place instead of spreading it through all the ignition-helpers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Frequent "all the transactions of its network interaction 1 were dropped" error.

3 participants