Skip to content

Commit

Permalink
docs: add WhitelistAccessModule to the AC doc as example
Browse files Browse the repository at this point in the history
  • Loading branch information
xorsal committed Nov 27, 2024
1 parent f5071b3 commit e40b9ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/content/core/access_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ Notice: This contract should NOT be used in the context of Modules as it does pr
`OracleAccessController` introduces an easy to use modifier for the Oracle contract that validates authorization for interaction within the Oracle.

See [IOracleAccessController.sol](/solidity/interfaces/core/access/IOracleAccessController.sol/interface.IOracleAccessController.md) for more details.

## Examples
- [WhitelistAccessModule](/solidity/interfaces/examples/modules/access/IWhitelistAccessModule.sol/interface.IWhitelistAccessModule.md)

0 comments on commit e40b9ca

Please sign in to comment.