Skip to content

Commit

Permalink
[#790] Add SafeToL2Migration to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Aug 29, 2024
1 parent b3281b5 commit a8b2c94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ PR: [#759](https://github.com/safe-global/safe-smart-account/pull/759)

`SafeToL2Setup` contract facilitates the deployment of a Safe to the same address on all networks by automatically changing the singleton to the L2 version when not on chain ID 1.

PR: [#685](https://github.com/safe-global/safe-smart-account/pull/685)

`SafeToL2Migration` contract facilitates updating a Safe from 1.1.1/1.3.0/1.4.1 versions to a L2 version. This is useful when replaying a Safe from a non L2 network in a L2 network.

### Bugfixes

#### Remove `gasleft()` usage in `setupModules`
Expand Down

0 comments on commit a8b2c94

Please sign in to comment.