Skip to content

Commit

Permalink
Updated MockTerminus to use local Terminus implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
zomglings committed Aug 21, 2023
1 parent 97f9f28 commit 49169df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/mock/MockTerminus.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
///@notice This contract is for mock for terminus token (used only for cli generation).
pragma solidity ^0.8.0;

import "@moonstream/contracts/terminus/TerminusFacet.sol";
import "../terminus/TerminusFacet.sol";

contract MockTerminus is TerminusFacet {
constructor() {}
Expand Down

0 comments on commit 49169df

Please sign in to comment.