From 2afcd202cf1d35df1f0ff3155f5c6967fb11a1ef Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Wed, 5 Mar 2025 19:25:28 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Fix=20Formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test transaction: FOUNDRY_DISABLE_NIGHTLY_WARNING=1 ./safe_hashes.sh --network optimism --address 0xc95264b920B56C9786045A2FD7464E51013D2cCC --nonce 0 Signed-off-by: Pascal Marco Caversaccio --- safe_hashes.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/safe_hashes.sh b/safe_hashes.sh index ffb31cf..a286053 100755 --- a/safe_hashes.sh +++ b/safe_hashes.sh @@ -495,9 +495,10 @@ warn_if_delegate_call() { if [[ "$operation" -eq 1 && ! " ${TRUSTED_FOR_DELEGATE_CALL[@]} " =~ " ${to} " ]]; then echo cat <