I think there are two problems in the issue #520 :
One is due to the use of a constant as a network id, it has to be solved in this issue #523
The other is because the application was trying to instantiate the web3Wrapper without being injected web3
This PR solves the second problem...
To test this problem it is necessary to set the MAINNET_ID constant in the network that needs to be tested and is configured in the relayer, check this line related to this situation.
@mariano-aguero I changed the title of the PR because it was a little bit confusing: probably someone with MetaMask connected to Kovan would expect to see orders here, but that's not the case.
Connects to #520
I think there are two problems in the issue #520 :
This PR solves the second problem...
To test this problem it is necessary to set the MAINNET_ID constant in the network that needs to be tested and is configured in the relayer, check this line related to this situation.