Skip to content

Commit

Permalink
Adjust remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquefynn committed Aug 18, 2023
1 parent 9bb16d8 commit 2ca4a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@openzeppelin/=lib/openzeppelin-contracts/
2 changes: 1 addition & 1 deletion src/FeeRewardsManager.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: BSD-3-Clause
pragma solidity ^0.8.13;

import "lib/openzeppelin-contracts/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";

contract RewardsCollector is Ownable {
event CollectedReward(
Expand Down

0 comments on commit 2ca4a97

Please sign in to comment.