NethermindEth / zksync-remix-plugin

Remix plugin for zkSync
MIT License
13 stars 11 forks source link

compiler issue #125

Closed essnuked closed 2 months ago

essnuked commented 3 months ago

After picking my environment ,compiling on my remix and compiling on zksync plugin, no compiled contract shows up to be deployed.

stranger80 commented 3 months ago

Please note that at the moment the Remix plugin replicates exactly the functionality of Hardhat, ie. the source code must reside in contracts workspace folder. If your selected .sol file is outside of that folder, it will not be submitted for compilation.

Realizing this is potentially confusing, we are refactoring the UX to explicitly list two compilation options - #128

satyambnsal commented 2 months ago

Fixed as part of 0.4.2 release.