Skip to content

Commit

Permalink
Update contracts/OriumRentalProtocol.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ernani São Thiago <[email protected]>
  • Loading branch information
karacurt and ernanirst authored Sep 14, 2023
1 parent d493d6c commit 5838620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/OriumRentalProtocol.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { Initializable } from "@openzeppelin/contracts-upgradeable/proxy/utils/I
import { PausableUpgradeable } from "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol";

/**
* @title Orium Rental Protocol - Marketplace for renting NFTs
* @dev This contract is used to manage NFTs rentals, powered by ERC7432 Non-Fungible Token Roles
* @title Orium Marketplace - Marketplace for renting NFTs
* @dev This contract is used to manage NFTs rentals, powered by ERC-7432 Non-Fungible Token Roles
* @author Orium Network Team - [email protected]
*/
contract OriumMarketplace is Initializable, OwnableUpgradeable, PausableUpgradeable {
Expand Down

0 comments on commit 5838620

Please sign in to comment.