Skip to content

Commit

Permalink
exclude ReentrancyGuard from compatibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed May 22, 2024
1 parent 0916c5e commit e9c5b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/scripts/bash/contract-exclusion-regex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9c5b19

Please sign in to comment.