Skip to content

Commit 4bd3cce

Browse files
committed
♻️ Update Link to Trusted delegatecallable Contracts
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 77f2e0c commit 4bd3cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

safe_hashes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ declare -a -r SignMessageLib=(
118118
)
119119

120120
# Set the trusted (i.e. for delegate calls) contract addresses.
121-
# See: https://github.com/safe-global/safe-transaction-service/blob/c3b42f0bebff74b99fcdd958aee54b149e27eca5/safe_transaction_service/contracts/management/commands/setup_safe_contracts.py#L10-L16.
121+
# See: https://github.com/safe-global/safe-transaction-service/blob/0e6da1d19cec56f8e2834e6159f2d25733c64843/safe_transaction_service/contracts/management/commands/setup_safe_contracts.py#L15-L19.
122122
declare -A -r TRUSTED_FOR_DELEGATE_CALL=(
123123
["MultiSendCallOnly"]="${MultiSendCallOnly[@]}"
124124
["SafeMigration"]="${SafeMigration[@]}"

0 commit comments

Comments
 (0)