From 51ff27ba7e49544051d2ca6eb9a06266c1e17d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20P=C3=A9rez=20V=C3=A1zquez?= Date: Wed, 8 May 2024 11:38:29 +0200 Subject: [PATCH] Update guides/integrating-the-safe-core-sdk.md Co-authored-by: Daniel <25051234+dasanra@users.noreply.github.com> --- guides/integrating-the-safe-core-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/integrating-the-safe-core-sdk.md b/guides/integrating-the-safe-core-sdk.md index fc62a9b69..fb5d229b0 100644 --- a/guides/integrating-the-safe-core-sdk.md +++ b/guides/integrating-the-safe-core-sdk.md @@ -26,7 +26,7 @@ To integrate the [Safe Core SDK](https://github.com/safe-global/safe-core-sdk) i ### Select your Ethereum `provider` and `signer` -To use our kits, you need to provide an Ethereum provider and a signer. The provider is the connection to the Ethereum network, while the signer is the account that will sign the transactions (The safe owner). When using an injected provider like MetaMask, the signer is the account selected in the wallet. +To use our kits, you need to provide an Ethereum provider and a signer. The provider is the connection to the Ethereum network, while the signer is an account that will sign the transactions (a Safe owner). When using an injected provider like MetaMask, the signer is the account selected in the wallet. In the examples below, you can see `provider` and `signer` properties, which represent: