AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
133 stars 80 forks source link

review usage of process.env #690

Closed xlc closed 5 months ago

xlc commented 6 months ago

We should avoid using process.env in core package, and only use it in the cli. There should be a single file contains all the available envs and we need to document them.