diff --git a/docs/react/hooks/core/usecontractread.mdx b/docs/react/hooks/core/usecontractread.mdx index a165d98ae..06b5f0945 100644 --- a/docs/react/hooks/core/usecontractread.mdx +++ b/docs/react/hooks/core/usecontractread.mdx @@ -153,5 +153,7 @@ function App() { } ``` +To retrieve the sender's address using msg.sender in view functions within your smart contract, it is essential to include the specifier {from: "0X123"} in order to access the relevant address information. +