Skip to content

Commit 1ff17cd

Browse files
0xluciankkirka
andauthored
Update Governance/Access Control Manager.md
Co-authored-by: Kirill Kuvshinov <[email protected]>
1 parent 58e9008 commit 1ff17cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Governance/Access Control Manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Access control plays a crucial role in the Venus governance model. It is used to restrict functions so that they can only be called from one account or list of accounts (EOA or Contract Accounts).
44

55
# Access Control Manager
6-
The implementation of [AccessControlManagemer](https://github.com/VenusProtocol/isolated-pools/blob/main/contracts/Governance/AccessControlManager.sol) inherits the [Open Zeppelin AccessControl](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/AccessControl.sol) contract as a base for role management logic. There are two role types admin and granular permissions.
6+
The implementation of [AccessControlManager](https://github.com/VenusProtocol/isolated-pools/blob/main/contracts/Governance/AccessControlManager.sol) inherits the [Open Zeppelin AccessControl](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/AccessControl.sol) contract as a base for role management logic. There are two role types: admin and granular permissions.
77

88
### Granular Roles
99

0 commit comments

Comments
 (0)