Skip to content

Commit 3c7c5a2

Browse files
Add PotHelper to Interfaces
1 parent 30adb87 commit 3c7c5a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Interfaces.sol

+2
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ import { PotAbstract } from "./dss/PotAbstract.sol";
2828
import { SpotAbstract } from "./dss/SpotAbstract.sol";
2929
import { VatAbstract } from "./dss/VatAbstract.sol";
3030
import { VowAbstract } from "./dss/VowAbstract.sol";
31+
32+
import { PotHelper } from "./dss/PotHelper.sol";

0 commit comments

Comments
 (0)