Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/permissionless/how-to/testing/build-bear.mdx
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ const requiredPrefund = getRequiredPrefund({

`BigInt`

The requied prefund in wei.
The required prefund in wei.

## Parameters

### userOperation

- **Type:** `UserOperation`

The User Operation to get the prefund for.
The User Operation to get the prefund for.
2 changes: 1 addition & 1 deletion docs/snippets/v0_1/how-to/parallel-transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down