ParserError: Expected pragma, import directive or contract/interface/library/struct/enum/constant/function/error definition. #223
Replies: 1 comment
-
Never mind, solved. The issue was caused by plugin for comment removals. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i'm testing your library but I'm not able to make compilation work.
I'm receiving a lot of errors like this ones:
I upgraded hardhat to latest version ( "hardhat": "^2.22.2",), also configured compiler solidity version to 0.8.19 in hardhat.config.ts:
I'm including your library in my project by following import:
but nothing is working. All other libraries (openzepellin and others) are working fine.
Can you please advice? Thanks
Beta Was this translation helpful? Give feedback.
All reactions