v3-core
v3-core copied to clipboard
Explicit type conversion not allowed from "uint8" to "int24".
i get this issues when i try to compile v3-core is coming from contracts/libraries/TickBitmap.sol
What was your compiler version set to?
i get this issues when i try to compile v3-core is coming from contracts/libraries/TickBitmap.sol
Return swarp coin
i get this issues when i try to compile v3-core is coming from contracts/libraries/TickBitmap.sol
Go to the TickBitmap.sol library and manually typecast int24(uin8(tick)) .it will work.