Skip to content

Commit

Permalink
♻️ Remove SafeToL2Setup From List
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Mar 5, 2025
1 parent 31b6ac2 commit e639f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[![License: AGPL-3.0-only](https://img.shields.io/badge/License-AGPL--3.0--only-blue)](https://www.gnu.org/licenses/agpl-3.0)

> [!IMPORTANT]
> This [PR](https://github.com/pcaversaccio/safe-tx-hashes-util/pull/20) introduces a _temporary_ patch to use the [Safe Client Gateway API](https://safe-client.safe.global/api) since the [Safe Transaction Service API](https://docs.safe.global/core-api/transaction-service-overview) is currently unavailable. Please checkout the `feat/use-safe-client-gateway` branch until further notice.
```console
|)0/\/'T TR|\_|5T, \/3R1FY! 🫡
```
Expand Down
7 changes: 0 additions & 7 deletions safe_hashes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,6 @@ declare -a -r SafeToL2Migration=(
"0xfF83F6335d8930cBad1c0D439A841f01888D9f69" # SafeToL2Migration `v1.4.1` (canonical).
)

# Set the trusted (i.e. for delegate calls) `SafeToL2Setup` addresses:
# SafeToL2Setup `v1.4.1` (canonical): https://github.com/safe-global/safe-deployments/blob/4e25b09f62a4acec92b4ebe6b8ae496b3852d440/src/assets/v1.4.1/safe_to_l2_setup.json#L7.
declare -a -r SafeToL2Setup=(
"0xBD89A1CE4DDe368FFAB0eC35506eEcE0b1fFdc54" # SafeToL2Setup `v1.4.1` (canonical).
)

# Set the trusted (i.e. for delegate calls) `SignMessageLib` addresses:
# SignMessageLib `v1.3.0` (canonical): https://github.com/safe-global/safe-deployments/blob/4e25b09f62a4acec92b4ebe6b8ae496b3852d440/src/assets/v1.3.0/sign_message_lib.json#L7,
# SignMessageLib `v1.3.0` (eip155): https://github.com/safe-global/safe-deployments/blob/4e25b09f62a4acec92b4ebe6b8ae496b3852d440/src/assets/v1.3.0/sign_message_lib.json#L11,
Expand All @@ -140,7 +134,6 @@ declare -A -r TRUSTED_FOR_DELEGATE_CALL=(
["MultiSendCallOnly"]="${MultiSendCallOnly[@]}"
["SafeMigration"]="${SafeMigration[@]}"
["SafeToL2Migration"]="${SafeToL2Migration[@]}"
["SafeToL2Setup"]="${SafeToL2Setup[@]}"
["SignMessageLib"]="${SignMessageLib[@]}"
)

Expand Down

0 comments on commit e639f9d

Please sign in to comment.