We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e5919 commit 92c2802Copy full SHA for 92c2802
contracts/mocks/SafeCastMock.sol
@@ -2,7 +2,7 @@
2
3
pragma solidity ^0.8.0;
4
5
-import "../utils/SafeCast.sol";
+import "../utils/math/SafeCast.sol";
6
7
contract SafeCastMock {
8
using SafeCast for uint;
contracts/utils/SafeCast.sol
0 commit comments