Skip to content

Commit 92c2802

Browse files
committed
move SafeCast to utils/math
1 parent a1e5919 commit 92c2802

File tree

2 files changed

+1
-212
lines changed

2 files changed

+1
-212
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;

contracts/utils/SafeCast.sol

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)