-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contracts/OriumRentalProtocol.sol
Co-authored-by: Ernani São Thiago <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|