Skip to content

Commit

Permalink
fix(DeployBase): fix ContractHelper path
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT committed Aug 19, 2024
1 parent 7742062 commit 1ae3c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/DeployBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pragma solidity 0.8.26;

import { ContractHelper } from "../lib/common/src/ContractHelper.sol";
import { ContractHelper } from "../lib/common/src/libs/ContractHelper.sol";

import { MToken } from "../src/MToken.sol";

Expand Down

0 comments on commit 1ae3c11

Please sign in to comment.