diff --git a/substrate/docs/CODEOWNERS b/substrate/docs/CODEOWNERS index 42d25a0a22..bf9e589ff4 100644 --- a/substrate/docs/CODEOWNERS +++ b/substrate/docs/CODEOWNERS @@ -40,6 +40,12 @@ /client/consensus/pow/ @sorpaas /primitives/consensus/pow/ @sorpaas +# BEEFY +/client/beefy/ @acatangiu +/frame/beefy/ @acatangiu +/frame/beefy-mmr/ @acatangiu +/primitives/beefy/ @acatangiu + # Contracts /frame/contracts/ @athei