-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathCODEOWNERS
More file actions
23 lines (18 loc) · 825 Bytes
/
CODEOWNERS
File metadata and controls
23 lines (18 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# List of approvers/reviewers for OpenZeppelin Community Contracts
#
# Get in touch with us via the OpenZeppelin Forum
# https://forum.openzeppelin.com/
#
# Learn about CODEOWNERS file format:
# https://help.github.com/en/articles/about-code-owners
# These owners will be the default owners for everything in the repo.
* @OpenZeppelin/contracts
## Owners of the OpenZeppelin Community Contracts CODEOWNERS file
/.github/CODEOWNERS @OpenZeppelin/contracts
## Axelar
/contracts/crosschain/axelar/ @cjcobb23
## ZKEmail
/contracts/utils/cryptography/ZKEmailUtils.sol @zkfriendly @benceharomi
/contracts/utils/cryptography/signers/SignerZKEmail.sol @zkfriendly @benceharomi
/contracts/utils/cryptography/verifiers/ERC7913ZKEmailVerifier.sol @zkfriendly @benceharomi
/contracts/utils/cryptography/DKIMRegistry.sol @0xknon