From e9c5b1904449046127f5796101003fcb94bc0ba3 Mon Sep 17 00:00:00 2001 From: soloseng <102702451+soloseng@users.noreply.github.com> Date: Tue, 21 May 2024 22:10:17 -0400 Subject: [PATCH] exclude ReentrancyGuard from compatibility check --- packages/protocol/scripts/bash/contract-exclusion-regex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol/scripts/bash/contract-exclusion-regex.sh b/packages/protocol/scripts/bash/contract-exclusion-regex.sh index 4ffeb3400dd..a92f61da77f 100644 --- a/packages/protocol/scripts/bash/contract-exclusion-regex.sh +++ b/packages/protocol/scripts/bash/contract-exclusion-regex.sh @@ -15,7 +15,7 @@ fi if [ $VERSION_NUMBER -gt 8 ] then - CONTRACT_EXCLUSION_REGEX="$CONTRACT_EXCLUSION_REGEX|^Ownable|Initializable|BLS12_377Passthrough|BLS12_381Passthrough]UniswapV2ERC20" + CONTRACT_EXCLUSION_REGEX="$CONTRACT_EXCLUSION_REGEX|^Ownable|Initializable|BLS12_377Passthrough|BLS12_381Passthrough]UniswapV2ERC20|ReentrancyGuard" fi # In CR9 the SortedOracles contract was deployed by Mento team, in CR10 we redeployed it ourselves