From b41a611b44511085e337a35f0d05b2ba8a0652ba Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:08:16 +0100 Subject: [PATCH 1/4] Update isAlchemyTransport.mdx --- .../infra/src/exports/functions/isAlchemyTransport.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/reference/account-kit/infra/src/exports/functions/isAlchemyTransport.mdx b/docs/pages/reference/account-kit/infra/src/exports/functions/isAlchemyTransport.mdx index c4acaa13a0..efeccc0531 100644 --- a/docs/pages/reference/account-kit/infra/src/exports/functions/isAlchemyTransport.mdx +++ b/docs/pages/reference/account-kit/infra/src/exports/functions/isAlchemyTransport.mdx @@ -15,7 +15,7 @@ Defined in: [account-kit/infra/src/alchemyTransport.ts:94](https://github.com/al A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used -to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two seperate clients. \* +to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two separate clients. \* ## Parameters From 17f002c9993b043e6b732382ed64d63a982984cb Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:08:58 +0100 Subject: [PATCH 2/4] Update README.mdx --- docs/pages/reference/account-kit/infra/src/exports/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/reference/account-kit/infra/src/exports/README.mdx b/docs/pages/reference/account-kit/infra/src/exports/README.mdx index 1ca1024f63..605b2da082 100644 --- a/docs/pages/reference/account-kit/infra/src/exports/README.mdx +++ b/docs/pages/reference/account-kit/infra/src/exports/README.mdx @@ -118,5 +118,5 @@ layout: reference | [getSignerTypeHeader](functions/getSignerTypeHeader.mdx) | - | | [headersUpdate](functions/headersUpdate.mdx) | Update the headers with the trace header and breadcrumb. | | [isAlchemySmartAccountClient](functions/isAlchemySmartAccountClient.mdx) | Checks if a given client is an Alchemy Smart Account Client. The goal of this check is to ensure that the client supports certain RPC methods. | -| [isAlchemyTransport](functions/isAlchemyTransport.mdx) | A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two seperate clients. \* | +| [isAlchemyTransport](functions/isAlchemyTransport.mdx) | A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two separate clients. \* | | | [mutateRemoveTrackingHeaders](functions/mutateRemoveTrackingHeaders.mdx) | Remove the tracking headers. This is used in our split transport to ensure that we remove the headers that are not used by the other systems. | From 6deb42bb6aca3a52025e025dd5fbd76b73845e10 Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:09:20 +0100 Subject: [PATCH 3/4] Update isAlchemyTransport.mdx --- .../account-kit/core/src/functions/isAlchemyTransport.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/reference/account-kit/core/src/functions/isAlchemyTransport.mdx b/docs/pages/reference/account-kit/core/src/functions/isAlchemyTransport.mdx index aeb4738943..e60a8d3222 100644 --- a/docs/pages/reference/account-kit/core/src/functions/isAlchemyTransport.mdx +++ b/docs/pages/reference/account-kit/core/src/functions/isAlchemyTransport.mdx @@ -15,7 +15,7 @@ Defined in: account-kit/infra/dist/types/alchemyTransport.d.ts:37 A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used -to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two seperate clients. \* +to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two separate clients. \* ## Parameters From 95d7a439e7f84e19483bb7f825e415e0d58cd199 Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:09:56 +0100 Subject: [PATCH 4/4] Update README.mdx --- docs/pages/reference/account-kit/core/src/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/reference/account-kit/core/src/README.mdx b/docs/pages/reference/account-kit/core/src/README.mdx index ae2a54e86c..74ed59c490 100644 --- a/docs/pages/reference/account-kit/core/src/README.mdx +++ b/docs/pages/reference/account-kit/core/src/README.mdx @@ -332,7 +332,7 @@ layout: reference | [hydrate](functions/hydrate.mdx) | Will hydrate the client store with the provided initial state if one is provided. | | [installPlugin](functions/installPlugin.mdx) | Installs a plugin on a smart account via the client, sending the user operation with the appropriate parameters. NOTE: it's recommended to just use the installPlugin action returned from generated plugins | | [isAlchemySmartAccountClient](functions/isAlchemySmartAccountClient.mdx) | Checks if a given client is an Alchemy Smart Account Client. The goal of this check is to ensure that the client supports certain RPC methods. | -| [isAlchemyTransport](functions/isAlchemyTransport.mdx) | A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two seperate clients. \* | +| [isAlchemyTransport](functions/isAlchemyTransport.mdx) | A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two separate clients. \* | | | [isLightAccountParams](functions/isLightAccountParams.mdx) | - | | [isModularAccountV2](functions/isModularAccountV2.mdx) | - | | [isModularV2AccountParams](functions/isModularV2AccountParams.mdx) | - |