Just opened a small PR to @Uniswap v4-core ๐
Some files were declaring `pragma solidity ^0.8.0` while using
`using ... for ... global`, which was introduced in Solidity 0.8.13.
The code compiles today due to Foundry using 0.8.26,
but the pragma didnโt reflect the actual minimum requirement.
PR:
Happy to hear any feedback ๐