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 some cases, user might want to invoke a contract through an account.
It is possible to do so in forge already be deploying an account contract and making invokes through it.
This however requires setting up the account by importing an account contract and then declaring and deploying it.
Add an utility function that will declare and deploy a predefined account that can be used in tests. For that, we can utilize e.g. an account from OZ repo.
The text was updated successfully, but these errors were encountered:
In some cases, user might want to invoke a contract through an account.
It is possible to do so in forge already be deploying an account contract and making invokes through it.
This however requires setting up the account by importing an account contract and then declaring and deploying it.
Add an utility function that will declare and deploy a predefined account that can be used in tests. For that, we can utilize e.g. an account from OZ repo.
The text was updated successfully, but these errors were encountered: