From 34695071d3fbbbb2f479464a4907fbeaafdb12da Mon Sep 17 00:00:00 2001
From: patidarmanoj10 <32006767+patidarmanoj10@users.noreply.github.com>
Date: Wed, 13 Nov 2024 21:44:51 +0530
Subject: [PATCH 1/2] Update common-commands.mdx
---
pages/advanced/cli-reference/common-commands.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/advanced/cli-reference/common-commands.mdx b/pages/advanced/cli-reference/common-commands.mdx
index d5e8a4167..952f38493 100644
--- a/pages/advanced/cli-reference/common-commands.mdx
+++ b/pages/advanced/cli-reference/common-commands.mdx
@@ -252,7 +252,7 @@ change_master_copy
## Update to L2
- A non-L2 Safe can only be migrated to L2 if the non-L2 Safe was not used before (nonce must be zero).
+ A non-L2 Safe can only be migrated to L2 if the L2 Safe was not used before (nonce must be zero).
Updates a `v1.1.1`, `v1.3.0`, or `v1.4.1` non-L2 Safe to an L2 Safe supported by Safe \{Wallet\}.
@@ -263,4 +263,4 @@ The nonce for the Safe must be 0, and supported versions are `v1.1.1`, `v1.3.0`,
```bash
update_version_to_l2
```
-where `address` is the address of the update contract.
+where `address` is the address of the migration contract.
From 0ca968ce78e2d8e5058f556ac6d90894ee637437 Mon Sep 17 00:00:00 2001
From: Tanay Pant <7481165+tanay1337@users.noreply.github.com>
Date: Wed, 20 Nov 2024 14:45:40 +0100
Subject: [PATCH 2/2] Update pages/advanced/cli-reference/common-commands.mdx
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: Uxío
---
pages/advanced/cli-reference/common-commands.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/advanced/cli-reference/common-commands.mdx b/pages/advanced/cli-reference/common-commands.mdx
index 952f38493..f0cb2fab6 100644
--- a/pages/advanced/cli-reference/common-commands.mdx
+++ b/pages/advanced/cli-reference/common-commands.mdx
@@ -252,7 +252,7 @@ change_master_copy
## Update to L2
- A non-L2 Safe can only be migrated to L2 if the L2 Safe was not used before (nonce must be zero).
+ A non-L2 Safe can only be migrated to L2 if the non-L2 Safe was not used before (nonce must be zero).
Updates a `v1.1.1`, `v1.3.0`, or `v1.4.1` non-L2 Safe to an L2 Safe supported by Safe \{Wallet\}.