Skip to content

Commit 58e9008

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

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
@@ -1,6 +1,6 @@
11
# Access Control
22

3-
Access control plays a crucial role in the Venus governance model. It is used to restrict functions so tha they can only be called from one account or list of accounts (EOA or Contract Accounts).
3+
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
66
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.

0 commit comments

Comments
 (0)