From 6152c45af53e8998b15919eae9d471d282bbeacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20P=C3=A9rez=20V=C3=A1zquez?= Date: Mon, 4 Dec 2023 16:33:29 +0100 Subject: [PATCH] Update safe-core-sdk/auth-kit/reference/SafeAuthPack.md Co-authored-by: Tanay Pant <7481165+tanay1337@users.noreply.github.com> --- safe-core-sdk/auth-kit/reference/SafeAuthPack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safe-core-sdk/auth-kit/reference/SafeAuthPack.md b/safe-core-sdk/auth-kit/reference/SafeAuthPack.md index e9e1951a..df2ac114 100644 --- a/safe-core-sdk/auth-kit/reference/SafeAuthPack.md +++ b/safe-core-sdk/auth-kit/reference/SafeAuthPack.md @@ -131,7 +131,7 @@ AuthKitSignInData { **Caveats** -- The `txServiceUrl` should be used with custom Transaction services endpoints. If empty, the default Safe Transaction service domain will be used if we have it deployed in the corresponding chain. +- The `txServiceUrl` should be used with custom Transaction services endpoints. If empty, the default Safe Transaction Service domain will be used if we have it deployed in the corresponding chain. - ⚠️ This method currently returns the Safe addresses where the EOA is an owner. It doesn't create a Safe. We're investigating ways to enhance the Auth Kit and the associated flows. ### `signOut(safeAuthSignOutOptions?)`