yuichiroaoki / poly-flash

Flashloan on Polygon
https://yuichiroaoki.medium.com/no-flashloan-fee-with-dodo-cc78215d7f93
MIT License
291 stars 169 forks source link

Error message when trying to compile the script #48

Open Benjam6 opened 2 years ago

Benjam6 commented 2 years ago

Hey guys. So I'm testing out this flashloan script on Remix and I get the following error message, at line 36 "from solidity: ParserError: Function, variable, struct or modifier declaration expected. --> scripts/POLYGON FLASHLOAN.sol:36:1: | 36 | contract Flashloan { | ^^^^^^^^"

This happens when I'm trying to compile the script. Any ideas what is causing this error and how to fix it? Thanks in advance