Skip to content

Commit

Permalink
Merge branch 'main' into feat/use-safe-client-gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaversaccio authored Mar 5, 2025
2 parents 1d8085a + 2afcd20 commit 3f43f05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions safe_hashes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,10 @@ warn_if_delegate_call() {
if [[ "$operation" -eq 1 && ! " ${TRUSTED_FOR_DELEGATE_CALL[@]} " =~ " ${to} " ]]; then
echo
cat <<EOF
${BOLD}${RED}WARNING: The transaction includes an untrusted delegate call to address $to!
$(tput setaf 1)WARNING: The transaction includes an untrusted delegate call to address $to!
This may lead to unexpected behaviour or vulnerabilities.
Please review it carefully before you sign!${RESET}
Please review it carefully before you sign!$(tput sgr0)
EOF
fi
}
Expand Down

0 comments on commit 3f43f05

Please sign in to comment.