v3-periphery
v3-periphery copied to clipboard
Type error for @uniswap/v3-periphery/contracts/libraries/PoolAddress.sol on line 35
trafficstars
When I compile the said contract with solidity versions >=0.8.0 I get the error:
TypeError: Explicit type conversion not allowed from "uint256" to "address". --> .deps/npm/@uniswap/v3-periphery/contracts/libraries/PoolAddress.sol:35:16: | 35 | pool = address( | ^ (Relevant source part starts here and spans across multiple lines).
@drm424 did you ever resolved this ?
This is being fixed in #271
Duplicate of #209