zksync-era
zksync-era copied to clipboard
fix(zk_stack): Non-isolated network for compose-generated zk stack
What ❔
Removing creation of isolated docker network for zk stack components generated from zk stack init
Why ❔
This will enable to access all API's and endpoints from local machine.
Checklist
- [x] PR title corresponds to the body of PR (we generate changelog entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [x] Code has been formatted via
zk fmtandzk lint. - [ ] Spellcheck has been run via
zk spellcheck. - [ ] Linkcheck has been run via
zk linkcheck.
@artmakh is this PR still relevant? If not, could you please close it?