We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
delegatecall
1 parent 77f2e0c commit 4bd3cceCopy full SHA for 4bd3cce
safe_hashes.sh
@@ -118,7 +118,7 @@ declare -a -r SignMessageLib=(
118
)
119
120
# 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.
+# See: https://github.com/safe-global/safe-transaction-service/blob/0e6da1d19cec56f8e2834e6159f2d25733c64843/safe_transaction_service/contracts/management/commands/setup_safe_contracts.py#L15-L19.
122
declare -A -r TRUSTED_FOR_DELEGATE_CALL=(
123
["MultiSendCallOnly"]="${MultiSendCallOnly[@]}"
124
["SafeMigration"]="${SafeMigration[@]}"
0 commit comments