You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error was encountered while trying to parse your solidity code. Error details:
Error
Unable to find contract at path 'FintrollerInterface.sol'. Most likely you need to start from a different base directory when you drag your contracts in, or it is also possible that your contracts don't compile.
Error: Unable to find contract at path 'FintrollerInterface.sol'. Most likely you need to start from a different base directory when you drag your contracts in, or it is also possible that your contracts don't compile.
at https://solidifier.coina.ge/component---src-pages-index-js-a1de72575a9d8dd31d60.js:16:31055
at tryCatch (https://solidifier.coina.ge/app-f20ae4fd987160862351.js:2:30551)
at Generator._invoke (https://solidifier.coina.ge/app-f20ae4fd987160862351.js:3:602)
at Generator.prototype.<computed> [as next] (https://solidifier.coina.ge/app-f20ae4fd987160862351.js:2:30835)
at step (https://solidifier.coina.ge/component---src-pages-index-js-a1de72575a9d8dd31d60.js:16:27930)
at https://solidifier.coina.ge/component---src-pages-index-js-a1de72575a9d8dd31d60.js:16:28134
at new Promise (<anonymous>)
at https://solidifier.coina.ge/component---src-pages-index-js-a1de72575a9d8dd31d60.js:16:27849
at https://solidifier.coina.ge/component---src-pages-index-js-a1de72575a9d8dd31d60.js:17:1008
at https://solidifier.coina.ge/component---src-pages-index-js-a1de72575a9d8dd31d60.js:17:475
This usually means you have invalid syntax that solc would not be able to compile. Correct any syntax errors and try again.
I suspect that the issue has to do with not detecting the relative paths correctly.
The text was updated successfully, but these errors were encountered:
Fair enough. We've actually moved to Buidler and/or Lamington ourselves, so my first suggestion would be to focus there. I'll queue up a task to deprecate this project and note that that's the case on the repo.
Take this contracts folder.
It compiles locally with buidler, but in solidifier.coina.ge, it doesn't:
I suspect that the issue has to do with not detecting the relative paths correctly.
The text was updated successfully, but these errors were encountered: