Skip to content

Commit

Permalink
Changed remapping for liquidator-interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Feb 20, 2024
1 parent bc12618 commit 4037894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ds-test/=lib/forge-std/lib/ds-test/src/
forge-std/=lib/forge-std/src/
pt-v5-liquidator-interfaces=lib/pt-v5-liquidator-interfaces/src/
pt-v5-liquidator-interfaces/=lib/pt-v5-liquidator-interfaces/src/interfaces/
pt-v5-prize-pool=lib/pt-v5-prize-pool/src/
2 changes: 1 addition & 1 deletion src/FeeBurner.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;

import { ILiquidationSource } from "pt-v5-liquidator-interfaces/interfaces/ILiquidationSource.sol";
import { ILiquidationSource } from "pt-v5-liquidator-interfaces/ILiquidationSource.sol";
import { PrizePool } from "pt-v5-prize-pool/PrizePool.sol";

contract FeeBurner is ILiquidationSource {
Expand Down

0 comments on commit 4037894

Please sign in to comment.