From b66dd22c3f9d75836a6d960127ff57a6c8e320bd Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:45:18 +0300 Subject: [PATCH 1/3] Update parallel-transactions.ts --- docs/snippets/v0_1/how-to/parallel-transactions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/v0_1/how-to/parallel-transactions.ts b/docs/snippets/v0_1/how-to/parallel-transactions.ts index 3062ce45..18154aca 100644 --- a/docs/snippets/v0_1/how-to/parallel-transactions.ts +++ b/docs/snippets/v0_1/how-to/parallel-transactions.ts @@ -33,7 +33,7 @@ export const smartAccountClient = createSmartAccountClient({ // [!endregion client] // [!region multiple-transactions] -const trasnactionHash = await smartAccountClient.sendTransactions({ +const transactionHash = await smartAccountClient.sendTransactions({ transactions: [ { to: "0xd8da6bf26964af9d7eed9e03e53415d37aa96045", From 6afd58b532da2de4c51fc30bc9f157ec334e0e06 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:46:02 +0300 Subject: [PATCH 2/3] Update build-bear.mdx --- docs/pages/permissionless/how-to/testing/build-bear.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/permissionless/how-to/testing/build-bear.mdx b/docs/pages/permissionless/how-to/testing/build-bear.mdx index beb139ec..a989dd52 100644 --- a/docs/pages/permissionless/how-to/testing/build-bear.mdx +++ b/docs/pages/permissionless/how-to/testing/build-bear.mdx @@ -1,6 +1,6 @@ # Testing with BuildBear Sandboxes -This guide introduces how to setup a BuildBear Sandbox with for testing the Alto bundler and a mock paymaster. We will be using viem and permissionless to interact with the sandbox enviornment. +This guide introduces how to setup a BuildBear Sandbox with for testing the Alto bundler and a mock paymaster. We will be using viem and permissionless to interact with the sandbox environment. ## Overview From 4ca6369f63a5df99dac79a1ab0c8fcb4ecd533f5 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:46:39 +0300 Subject: [PATCH 3/3] Update getRequiredPrefund.mdx --- .../v0_1/reference/utils/getRequiredPrefund.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/permissionless/v0_1/reference/utils/getRequiredPrefund.mdx b/docs/pages/permissionless/v0_1/reference/utils/getRequiredPrefund.mdx index 012e7585..fb63ee29 100644 --- a/docs/pages/permissionless/v0_1/reference/utils/getRequiredPrefund.mdx +++ b/docs/pages/permissionless/v0_1/reference/utils/getRequiredPrefund.mdx @@ -27,7 +27,7 @@ const requiredPrefund = getRequiredPrefund({ `BigInt` -The requied prefund in wei. +The required prefund in wei. ## Parameters @@ -35,4 +35,4 @@ The requied prefund in wei. - **Type:** `UserOperation` -The User Operation to get the prefund for. \ No newline at end of file +The User Operation to get the prefund for.