Closed rfields1128 closed 2 years ago
Duplicate of #122
facepalm just realized this is already an issue... Sorry!
Workaround to avoid compilation error and get tests to pass is to downgrade openzeppelin contracts to version 3.3.0 in package.json:
"@openzeppelin/contracts": "3.3.0",
When I run
I get this error
The error comes from some @openzepplin node modules that specify "pragma solidity ^0.8.0". I was wondering if I was doing something wrong or if the repo needs to be updated somehow.