Skip to content

fix(ct): make funding step of deploy more robust#2422

Closed
smartcontracts wants to merge 1 commit intodevelopfrom
sc/ct-robust-hh-fund
Closed

fix(ct): make funding step of deploy more robust#2422
smartcontracts wants to merge 1 commit intodevelopfrom
sc/ct-robust-hh-fund

Conversation

@smartcontracts
Copy link
Contributor

Description
Tweaks the funding step of the deployment process to make it a bit more
robust against situations where different accounts are used to start up
the hardhat node. Current funding step made the assumption that the
accounts being used were the default hardhat accounts, but the hardhat
config within the contracts repo actually uses different accounts. It's
working fine right now since we actually deploy the contracts using an
entirely different hardhat config (the one found within
ops/docker/hardhat/hardhat.config.js) which does use the default
hardhat accounts.

Fixes #2419

Tweaks the funding step of the deployment process to make it a bit more
robust against situations where different accounts are used to start up
the hardhat node. Current funding step made the assumption that the
accounts being used were the default hardhat accounts, but the hardhat
config within the contracts repo actually uses different accounts. It's
working fine right now since we actually deploy the contracts using an
entirely different hardhat config (the one found within
ops/docker/hardhat/hardhat.config.js) which *does* use the default
hardhat accounts.

Fixes #2419
@changeset-bot
Copy link

changeset-bot bot commented Apr 5, 2022

⚠️ No Changeset found

Latest commit: da841e4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@mergify mergify bot requested review from Inphi and mslipper April 5, 2022 18:04
@mergify
Copy link
Contributor

mergify bot commented Apr 5, 2022

This PR has been added to the merge queue, and will be merged soon.

@mergify mergify bot requested a review from Inphi April 5, 2022 19:31
@smartcontracts
Copy link
Contributor Author

There's a bug in this PR, need to fix

theochap pushed a commit that referenced this pull request Dec 10, 2025
## Overview

Cleans up the engine task logs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Last deploy task fails on Hardhat

3 participants