undermethod
Results
2
comments of
undermethod
Likewise, attempting to compile a contract in the browser Remix with ^0.6.12, having selected 0.6.12, but an eventual import from openzeppelin that has ^0.8.0 (albeit working fine using `hardhat compile`),...
What worked for me for [the above](https://github.com/ethereum/remix-project/issues/991#issuecomment-897204893): 1. I was using remixd, and needed to: ```sh # get into an elevated interactive shell: sudo -i # (your password) # rather...