NethermindEth / zksync-remix-plugin

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

Issue with contract import for plugin #97

Open olehbairak opened 2 months ago

olehbairak commented 2 months ago

Seems like we have an issue with contracts that import another contract. So I have 2 contracts: https://github.com/matter-labs/zksync-contract-templates/tree/main/templates/quickstart/factories/contracts In CrowdfundFactory.sol we have this import: import "./CrowdfundingCampaign.sol"; They’re stored under one directory contracts : image But there’s a console error: image