From 7a750293dd2c633c45a9e4cad53cf364d75d01a2 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Mon, 18 Mar 2024 10:44:34 -0300 Subject: [PATCH] chore: Add avm team to codeowners for public context So they are notified of any changes to public oracles. --- CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 817af9af2b9..9aa38a15a3a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,5 @@ /build-system/ @charlielye -/build_manifest.yml @charlielye \ No newline at end of file +/build_manifest.yml @charlielye + +# Notify the AVM team of any changes to public oracle. +/yarn-project/simulator/src/public/public_execution_context.ts @Maddiaa0 @fcarreiro