noisekit
noisekit
With this PR https://github.com/Synthetixio/staking/pull/1160/files we have removed all the networks except mainnet and kovan (+optimism). If you want to run it locally - add `local` network there to the list...
1.Running Dapp on Windows is not supported (but you may be lucky). 2. I suggest commenting out whole contract minification bit in next.config instead. That would include full synthetix bundle...
Comment line 41 https://github.com/Synthetixio/staking/blob/2bedb58f0c2934c0db96b18cf0c08b0d4d5464df/next.config.js#L41
> I haven't tested dapp with local network, so it is not guaranteed this will work. kovan or kovan optimism is the way then.
For me the issue happened when one of the deep deps declared dependency in this weird format ```js 'ethers-v4': 'npm:ethers@4' ``` As soon as I upgraded to newer version that...