From 2d9f45cea0804b1f031eaa00b13f2196c36c324f Mon Sep 17 00:00:00 2001 From: Luis Covarrubias Date: Fri, 12 Apr 2024 08:37:38 -0700 Subject: [PATCH] feat: update codeowners A majority of the changes within statics are new coins and token onboarding which i don't think should include overall coins team (which is no longer a thing) as a reviewer but rather eth-alts. Anything under the utxo folder can be owner by the btc-team. Ticket: BTC-1092 TICKET: BTC-1092 --- CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index b1fa342fc1..c45def8b33 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -80,7 +80,8 @@ /modules/sdk-test/ @BitGo/custody-experience @BitGo/wallet-platform /modules/sdk-unified-wallet @BitGo/ethalt-team /modules/sjcl/ @BitGo/coins @BitGo/custody-experience @BitGo/wallet-platform -/modules/statics/ @BitGo/coins @BitGo/custody-experience @BitGo/wallet-platform +/modules/statics/ @BitGo/custody-experience @BitGo/wallet-platform @BitGo/ethalt-team +/modules/statics/src/utxo @BitGo/btc-team /modules/web-demo/ @BitGo/coins @BitGo/custody-experience @BitGo/wallet-platform /scripts/ @BitGo/coins @BitGo/custody-experience @BitGo/wallet-platform /types/ @BitGo/coins @BitGo/custody-experience @BitGo/wallet-platform