From 71acf9f96b8a87e0ab0f1ba025ec146746bcc6e1 Mon Sep 17 00:00:00 2001 From: louis-md Date: Fri, 25 Oct 2024 16:45:11 +0200 Subject: [PATCH 1/6] Update pages/reference-smart-account/modules/execTransactionFromModule.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Germán Martínez <6764315+germartinez@users.noreply.github.com> --- .../modules/execTransactionFromModule.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/reference-smart-account/modules/execTransactionFromModule.mdx b/pages/reference-smart-account/modules/execTransactionFromModule.mdx index 6dd05b2a..a934e1e0 100644 --- a/pages/reference-smart-account/modules/execTransactionFromModule.mdx +++ b/pages/reference-smart-account/modules/execTransactionFromModule.mdx @@ -85,7 +85,7 @@ Ether value of module transaction. - **Type:** `bytes` -Data payload of module transaction. +Data payload of the module transaction. ```solidity focus=4 (ISafe safe).execTransactionFromModule( From fd3c7d280786fcd59944e728bc5b735e8d5405cd Mon Sep 17 00:00:00 2001 From: louis-md Date: Fri, 25 Oct 2024 16:45:21 +0200 Subject: [PATCH 2/6] Update pages/reference-smart-account/modules/execTransactionFromModule.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Germán Martínez <6764315+germartinez@users.noreply.github.com> --- .../modules/execTransactionFromModule.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/reference-smart-account/modules/execTransactionFromModule.mdx b/pages/reference-smart-account/modules/execTransactionFromModule.mdx index a934e1e0..a8a2f78e 100644 --- a/pages/reference-smart-account/modules/execTransactionFromModule.mdx +++ b/pages/reference-smart-account/modules/execTransactionFromModule.mdx @@ -100,7 +100,7 @@ Data payload of the module transaction. - **Type:** `enum Enum.Operation` -Operation type of module transaction. +Operation type of the module transaction. ```solidity focus=5 (ISafe safe).execTransactionFromModule( From 3c70cc1478e741b663d4ca451140057ececc896b Mon Sep 17 00:00:00 2001 From: louis-md Date: Fri, 25 Oct 2024 16:45:29 +0200 Subject: [PATCH 3/6] Update pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Germán Martínez <6764315+germartinez@users.noreply.github.com> --- .../modules/execTransactionFromModuleReturnData.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx b/pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx index 7833db88..a25dd297 100644 --- a/pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx +++ b/pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx @@ -101,7 +101,7 @@ Data payload of module transaction. - **Type:** `enum Enum.Operation` -Operation type of module transaction. +Operation type of the module transaction. ```solidity focus=5 (ISafe safe).execTransactionFromModuleReturnData( From c27e97d737dbb4e2ef5a293e0d4575fe784b963c Mon Sep 17 00:00:00 2001 From: louis-md Date: Fri, 25 Oct 2024 16:45:34 +0200 Subject: [PATCH 4/6] Update pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Germán Martínez <6764315+germartinez@users.noreply.github.com> --- .../modules/execTransactionFromModuleReturnData.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx b/pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx index a25dd297..184014d4 100644 --- a/pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx +++ b/pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx @@ -86,7 +86,7 @@ Value of the native token transferred in the module transaction. - **Type:** `bytes` -Data payload of module transaction. +Data payload of the module transaction. ```solidity focus=4 (ISafe safe).execTransactionFromModuleReturnData( From e8fa7ffb8fea371da4f269cf84548208532dda3f Mon Sep 17 00:00:00 2001 From: louis-md Date: Fri, 25 Oct 2024 16:45:47 +0200 Subject: [PATCH 5/6] Update pages/reference-smart-account/owners/getThreshold.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Germán Martínez <6764315+germartinez@users.noreply.github.com> --- pages/reference-smart-account/owners/getThreshold.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/reference-smart-account/owners/getThreshold.mdx b/pages/reference-smart-account/owners/getThreshold.mdx index 11898be5..686928d3 100644 --- a/pages/reference-smart-account/owners/getThreshold.mdx +++ b/pages/reference-smart-account/owners/getThreshold.mdx @@ -2,7 +2,7 @@ import { Tabs } from 'nextra/components' # `getThreshold` -Returns the number of required confirmations for a Safe transaction aka the threshold. +Returns the threshold of the Safe account. ## Usage From b1a46a608d0eb20880e9b444d3321c5a58877500 Mon Sep 17 00:00:00 2001 From: louis-md Date: Fri, 25 Oct 2024 16:46:07 +0200 Subject: [PATCH 6/6] Update pages/reference-smart-account/owners/swapOwner.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Germán Martínez <6764315+germartinez@users.noreply.github.com> --- pages/reference-smart-account/owners/swapOwner.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/reference-smart-account/owners/swapOwner.mdx b/pages/reference-smart-account/owners/swapOwner.mdx index ef00ad02..ccf5709c 100644 --- a/pages/reference-smart-account/owners/swapOwner.mdx +++ b/pages/reference-smart-account/owners/swapOwner.mdx @@ -42,7 +42,7 @@ Replaces the owner `oldOwner` in the Safe with `newOwner`. - **Type:** `address` -Owner that pointed to the owner to be replaced in the linked list +Owner that points to the owner to be replaced in the linked list. ```solidity focus=2 (ISafe safe).swapOwner(