From 2ca4a97f2eb0439e497226c47fc03646bfd23650 Mon Sep 17 00:00:00 2001 From: Fynn Date: Thu, 17 Aug 2023 22:58:48 -0300 Subject: [PATCH] Adjust remappings --- remappings.txt | 1 + src/FeeRewardsManager.sol | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 remappings.txt diff --git a/remappings.txt b/remappings.txt new file mode 100644 index 0000000..621ca6b --- /dev/null +++ b/remappings.txt @@ -0,0 +1 @@ +@openzeppelin/=lib/openzeppelin-contracts/ diff --git a/src/FeeRewardsManager.sol b/src/FeeRewardsManager.sol index ab1214b..e2b13fb 100644 --- a/src/FeeRewardsManager.sol +++ b/src/FeeRewardsManager.sol @@ -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(