From a8b2c948ad2223ee59220f2cee0751917554d9f6 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 29 Aug 2024 14:20:54 +0200 Subject: [PATCH] [#790] Add SafeToL2Migration to CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 717c6cb48..70caf7fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`