Skip to content

Commit

Permalink
++ exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Oct 16, 2024
1 parent b8baa74 commit ee74475
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 @@ -32,5 +32,5 @@ fi
if [ $VERSION_NUMBER -eq 12 ]
then
# FeeHandlerSeller is not deployed, only its children
CONTRACT_EXCLUSION_REGEX="$CONTRACT_EXCLUSION_REGEX"
CONTRACT_EXCLUSION_REGEX="$CONTRACT_EXCLUSION_REGEX|FeeHandlerSeller"
fi

0 comments on commit ee74475

Please sign in to comment.