Closed drub0y closed 2 years ago
Just rebase
d this against the updates made last night.
⚠️ DO NOT MERGE YET: I've found some issues that should be addressed before this is merged ⚠️
Should break this pull request into multiple pull requests(Based on features). .env
file related changes would be very helpful for everyone. It would make sense to merge them while you still fix other items.
This has fallen way behind at this point and we're going to make a bigger push in a future PR, so closing this one out.
This is an initial set of improvements I thought would be useful to get out of the way before I jump into any specific code updates. Highlights:
.env
files when present - helps with local dev at the very leastaggregatorContract
global variable - was moved into a local function.editorconfig
with some very basic whitespacing rules to ensure consistency in the codebase going forwardstart:dev
npm script - this just sets theNODE_ENV
which triggers the aforementioned.env
specific file loading logic today