From dd6fd20705a3f9e4ecbc60f9642210297f9e3154 Mon Sep 17 00:00:00 2001 From: ogarciarevett Date: Thu, 10 Oct 2024 01:23:23 +0200 Subject: [PATCH] Fix: Remove no used lib --- contracts/libraries/LibRewards.sol | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/contracts/libraries/LibRewards.sol b/contracts/libraries/LibRewards.sol index 9e12c77..7bc1af8 100644 --- a/contracts/libraries/LibRewards.sol +++ b/contracts/libraries/LibRewards.sol @@ -39,15 +39,4 @@ library LibRewards { Reward[] rewards; uint256 maxSupply; } -} - -library TestLibItems { - enum Tier { - NONE, - COMMON, - UNCOMMON, - RARE, - LEGENDARY, - MYTHICAL - } -} +} \ No newline at end of file