Skip to content

Commit

Permalink
remove unused role
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Sep 14, 2023
1 parent 84d6d8b commit d634331
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/OriumRentalProtocol.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { Initializable } from "@openzeppelin/contracts-upgradeable/proxy/utils/I
import { PausableUpgradeable } from "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol";

contract OriumRentalProtocol is Initializable, AccessControlUpgradeable, PausableUpgradeable {
bytes32 public constant USER_ROLE = keccak256("USER_ROLE");
bytes32 public constant PAUSER_ROLE = keccak256("PAUSER_ROLE");
uint256 public constant MAX_PERCENTAGE = 100 ether; // 100%
uint256 public constant DEFAULT_FEE_PERCENTAGE = 2.5 ether; // 2.5%
Expand Down

0 comments on commit d634331

Please sign in to comment.