mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-11 06:36:37 +00:00
There was a condition checking if blockchain config was disabled and if so, do not generate any provider code, which is where the `__mainContext` was being defined. This was changed to generate the `__mainContext` code first, then if blockchain is disabled, return the already generated code.