diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e98034154202..cc819a3a5e65 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -149,6 +149,21 @@ test/e2e/helpers.js @MetaMask/qa test/e2e/mock-e2e-allowlist.js @MetaMask/qa test/e2e/mock-e2e.js @MetaMask/qa -# Wallet API Platform - Page Load Benchmark -test/e2e/page-objects/benchmark @MetaMask/wallet-api-platform-engineers -test/e2e/playwright/benchmark @MetaMask/wallet-api-platform-engineers +# Wallet Integrations +app/scripts/lib/rpc-method-middleware @MetaMask/wallet-integrations +shared/lib/caip25-caveat-merger.ts @MetaMask/wallet-integrations +test/e2e/page-objects/benchmark @MetaMask/wallet-integrations +test/e2e/playwright/benchmark @MetaMask/wallet-integrations +test/e2e/flask/multichain-api @MetaMask/wallet-integrations +# TODO CONSOLIDATE THE MIDDLEWARE BELOW INTO THE RPC-METHOD-MIDDLEWARE FOLDER +app/scripts/lib/createRPCMethodTrackingMiddleware.js @MetaMask/wallet-integrations +app/scripts/lib/createMetamaskMiddleware.js @MetaMask/wallet-integrations +app/scripts/lib/createOnboardingMiddleware.js @MetaMask/wallet-integrations +app/scripts/lib/createMetaRPCHandler.js @MetaMask/wallet-integrations +app/scripts/lib/createEvmMethodsToNonEvmAccountReqFilterMiddleware.ts @MetaMask/wallet-integrations +app/scripts/lib/createHyperliquidReferralMiddleware.ts @MetaMask/wallet-integrations +app/scripts/lib/metaRPCClientFactory.ts @MetaMask/wallet-integrations +app/scripts/lib/middleware/ @MetaMask/wallet-integrations +app/scripts/lib/createOriginThrottlingMiddleware.ts @MetaMask/wallet-integrations +app/scripts/lib/createMainFrameOriginMiddleware.ts @MetaMask/wallet-integrations +app/scripts/lib/createTracingMiddleware.ts @MetaMask/wallet-integrations