Skip to content

Commit

Permalink
exit on duplicated denom
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-script committed Jan 3, 2024
1 parent fad2282 commit 65c9627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validate-tokens.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jq '.coinDenom' ./tokens/*.json | sort | uniq -c | while read count value
do
if [ "$count" -gt 1 ]; then
echo "Duplicate found: $value"
exit 1
fi
done

0 comments on commit 65c9627

Please sign in to comment.