Skip to content

Commit

Permalink
Fix: Remove no used lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ogarciarevett committed Oct 9, 2024
1 parent 9662d53 commit dd6fd20
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions contracts/libraries/LibRewards.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,4 @@ library LibRewards {
Reward[] rewards;
uint256 maxSupply;
}
}

library TestLibItems {
enum Tier {
NONE,
COMMON,
UNCOMMON,
RARE,
LEGENDARY,
MYTHICAL
}
}
}

0 comments on commit dd6fd20

Please sign in to comment.