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
fix(l2): create .env if needed in contract deployer bin (#2742)
**Motivation**
If you init the stack in a fresh-cloned repo, the deployer bin will
panic if you do not have a `.env` file already created.
**Description**
Creates a `.env` file if it doesn't exist at the moment of writing.
0 commit comments