nanolooker icon indicating copy to clipboard operation
nanolooker copied to clipboard

Add flags for test/beta net explorer

Open filipesmedeiros opened this issue 2 years ago • 1 comments

Still in tests

Removes a lot of non-technical stuff and leaves just the essential. All controlled by env vars :)

filipesmedeiros avatar Jun 17 '22 17:06 filipesmedeiros

In general, you do want to have if statements checking if you are in testNet mode. You want to pass an object with context with any changing values and just use it, no if statements. I would say that if you are going to with if statements, then the if statement should be checking for liveNet, not for testNet.

dsiganos avatar Jun 17 '22 17:06 dsiganos