From 0b1c314b520283e0d37c06f9ab2b3c3946571c71 Mon Sep 17 00:00:00 2001 From: louis-md Date: Fri, 25 Oct 2024 16:49:50 +0200 Subject: [PATCH] Edit wording --- .../modules/execTransactionFromModule.mdx | 2 +- .../transactions/encodeTransactionData.mdx | 2 +- pages/reference-smart-account/transactions/execTransaction.mdx | 2 +- .../reference-smart-account/transactions/getTransactionHash.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/reference-smart-account/modules/execTransactionFromModule.mdx b/pages/reference-smart-account/modules/execTransactionFromModule.mdx index 6dd05b2a..99276893 100644 --- a/pages/reference-smart-account/modules/execTransactionFromModule.mdx +++ b/pages/reference-smart-account/modules/execTransactionFromModule.mdx @@ -70,7 +70,7 @@ Destination address of module transaction. - **Type:** `uint256` -Ether value of module transaction. +The native token value transferred in the Safe Module transaction. ```solidity focus=3 (ISafe safe).execTransactionFromModule( diff --git a/pages/reference-smart-account/transactions/encodeTransactionData.mdx b/pages/reference-smart-account/transactions/encodeTransactionData.mdx index a64232cf..365453b7 100644 --- a/pages/reference-smart-account/transactions/encodeTransactionData.mdx +++ b/pages/reference-smart-account/transactions/encodeTransactionData.mdx @@ -79,7 +79,7 @@ Destination address. ### `value` - **Type:** `uint256` -Ether value. +Native token value. ```solidity focus=3 (ISafe safe).encodeTransactionData( diff --git a/pages/reference-smart-account/transactions/execTransaction.mdx b/pages/reference-smart-account/transactions/execTransaction.mdx index cdc23b56..0d2461ad 100644 --- a/pages/reference-smart-account/transactions/execTransaction.mdx +++ b/pages/reference-smart-account/transactions/execTransaction.mdx @@ -88,7 +88,7 @@ Destination address of Safe transaction. - **Type:** `uint256` -Ether value of Safe transaction. +Native token value of Safe transaction. ```solidity focus=3 (ISafe safe).execTransaction( diff --git a/pages/reference-smart-account/transactions/getTransactionHash.mdx b/pages/reference-smart-account/transactions/getTransactionHash.mdx index bfc06e05..326b222e 100644 --- a/pages/reference-smart-account/transactions/getTransactionHash.mdx +++ b/pages/reference-smart-account/transactions/getTransactionHash.mdx @@ -79,7 +79,7 @@ Destination address. - **Type:** `uint256` -Ether value. +Native token value. ```solidity focus=3 (ISafe safe).getTransactionHash(