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
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: src/math/PercentageMath.sol
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ pragma solidity ^0.8.0;
7
7
/// @notice Optimized version of Aave V3 math library PercentageMath to conduct percentage manipulations: https://github.com/aave/aave-v3-core/blob/master/contracts/protocol/libraries/math/PercentageMath.sol
8
8
libraryPercentageMath {
9
9
/* CONSTANTS */
10
-
11
10
// Only direct number constants and references to such constants are supported by inline assembly.
Copy file name to clipboardExpand all lines: src/math/WadRayMath.sol
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ pragma solidity ^0.8.0;
7
7
/// @notice Optimized version of Aave V3 math library WadRayMath to conduct wad and ray manipulations: https://github.com/aave/aave-v3-core/blob/master/contracts/protocol/libraries/math/WadRayMath.sol
8
8
libraryWadRayMath {
9
9
/* CONSTANTS */
10
-
11
10
// Only direct number constants and references to such constants are supported by inline assembly.
0 commit comments