Skip to content

Commit

Permalink
move logic into DepositLogic
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Oct 31, 2024
1 parent 2bcc570 commit 0e0ecdb
Show file tree
Hide file tree
Showing 3 changed files with 706 additions and 611 deletions.
4 changes: 2 additions & 2 deletions src/lib/ClaimProcessorLogic.sol
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ import { EfficiencyLib } from "./EfficiencyLib.sol";
import { FunctionCastLib } from "./FunctionCastLib.sol";
import { HashLib } from "./HashLib.sol";
import { IdLib } from "./IdLib.sol";
import { InternalLogic } from "./InternalLogic.sol";
import { DepositLogic } from "./DepositLogic.sol";
import { ValidityLib } from "./ValidityLib.sol";

contract ClaimProcessorLogic is InternalLogic {
contract ClaimProcessorLogic is DepositLogic {
using HashLib for address;
using HashLib for bytes32;
using HashLib for uint256;
Expand Down
Loading

0 comments on commit 0e0ecdb

Please sign in to comment.