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
{{ message }}
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
If I have this workflow:
then write a test which refers to an environment object
mycontractNow I push and the next dev tries to replicate the forked env:
But it doesn't even compile because
mycontractis not defined inEnv!I think this means the environment should be loaded as a mapping and not hoisted into the actual contract