Skip to content

Commit

Permalink
Update contracts/ImmutableVault.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 4, 2023
1 parent 9b4d381 commit e3fa3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ImmutableVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { AccessControl } from "@openzeppelin/contracts/access/AccessControl.sol"

/// @title ImmutableVault
/// @dev This contract is used by the marketplace to store tokens and role assignment roles to them.
/// @author Orium Network Team - security@orium.network
/// @author Orium Network Team - developers@orium.network
contract ImmutableVault is AccessControl {
bytes32 public MARKETPLACE_ROLE = keccak256("MARKETPLACE_ROLE");
address public rolesRegistry;
Expand Down

0 comments on commit e3fa3d1

Please sign in to comment.