You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the DataTypes.sol file is using pragma solidity 0.8.10; whereas all other files like IPool.sol are using ^0.8.0.
When trying to compile contracts using ^0.8.15, I get the following error:
Would it be possible to change the solidity version for this too, to support other versions?
File found in: @aave/core-v3/contracts/protocol/libraries/types/DataTypes.sol
The text was updated successfully, but these errors were encountered:
Currently, the DataTypes.sol file is using
pragma solidity 0.8.10;
whereas all other files likeIPool.sol
are using^0.8.0
.When trying to compile contracts using ^0.8.15, I get the following error:
Would it be possible to change the solidity version for this too, to support other versions?
File found in:
@aave/core-v3/contracts/protocol/libraries/types/DataTypes.sol
The text was updated successfully, but these errors were encountered: