Skip to content

Commit 5bd4344

Browse files
committed
move SafeCast to utils/math
1 parent a1e5919 commit 5bd4344

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

contracts/mocks/SafeCastMock.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pragma solidity ^0.8.0;
44

5-
import "../utils/SafeCast.sol";
5+
import "../utils/math/SafeCast.sol";
66

77
contract SafeCastMock {
88
using SafeCast for uint;
File renamed without changes.

0 commit comments

Comments
 (0)