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 this this PR a few function definition have been changed because hardhat v3 supports multiple networks so now the provider or the ethers object must be passed. These changes must be listed in the docs to simplify the migration from v2 to v3.
The functions to include in the docs are:
reverted
revertedWithoutReason
changeEtherBalance
changeEtherBalances
changeTokenBalance
changeTokenBalances
The text was updated successfully, but these errors were encountered:
In this this PR a few function definition have been changed because hardhat v3 supports multiple networks so now the
provider
or theethers
object must be passed. These changes must be listed in the docs to simplify the migration from v2 to v3.The functions to include in the docs are:
The text was updated successfully, but these errors were encountered: