Skip to content

Commit

Permalink
refactor: re configure mappings (#12)
Browse files Browse the repository at this point in the history
* refactor: re configure mappings

* chore: remove remappings.txt

* chore: update gitignore
  • Loading branch information
r0ohafza authored Apr 3, 2022
1 parent 00ef595 commit adb1b69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cache/
out/
remappings.txt
2 changes: 0 additions & 2 deletions remappings.txt

This file was deleted.

2 changes: 1 addition & 1 deletion src/uniswap/UniV3Controller.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.8.11;

import {ISwapRouterV3} from "./ISwapRouterV3.sol";
import {IController} from "../core/IController.sol";
import {BytesLib} from "@byteslib/contracts/BytesLib.sol";
import {BytesLib} from "solidity-bytes-utils/BytesLib.sol";
import {IControllerFacade} from "../core/IControllerFacade.sol";

contract UniV3Controller is IController {
Expand Down

0 comments on commit adb1b69

Please sign in to comment.