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
In 087d03b, we eliminated the tasks package, and moved the tasks in one of the smart contracts package (the one associated with each contract deployed).
One of the side-effects of that refactor was the massive duplication of the waitForConfirmations Hardhat task. It can be found in all smart contracts packages now.
We should find a way to avoid repeating ourselves and define this Hardhat task only once.
The text was updated successfully, but these errors were encountered:
In 087d03b, we eliminated the
tasks
package, and moved the tasks in one of the smart contracts package (the one associated with each contract deployed).One of the side-effects of that refactor was the massive duplication of the
waitForConfirmations
Hardhat task. It can be found in all smart contracts packages now.We should find a way to avoid repeating ourselves and define this Hardhat task only once.
The text was updated successfully, but these errors were encountered: