Skip to content

Commit 5cd3f62

Browse files
Apply suggestions from code review
Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
1 parent 8e55c5d commit 5cd3f62

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • services/reference/ethereum/json-rpc-methods/bundler

services/reference/ethereum/json-rpc-methods/bundler/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ description: Ethereum bundler methods
66

77
Infura provides seamless integration with the Pimlico account abstraction bundler infrastructure, enabling
88
developers to access ERC‑4337 smart account features.
9-
Infura transparently routes supported smartaccount methods to the Pimlico backend, allowing
10-
teams to construct, validate, simulate, and submit useroperations without needing to directly call
9+
Infura transparently routes supported smart account methods to the Pimlico backend, allowing
10+
teams to construct, validate, simulate, and submit user operations without needing to directly call
1111
Pimlico endpoints or manage bundler infrastructure.
1212

1313
:::info
@@ -29,7 +29,7 @@ The following bundler methods are supported on Ethereum Mainnet and Sepolia:
2929

3030
## Method EntryPoints
3131

32-
The bundler supports calling multiple EntryPoint versions (v0.6 vs v0.7/v0.8) through the same set of
32+
The bundler supports calling multiple EntryPoint versions (v0.6 and v0.7/v0.8) through the same set of
3333
RPC methods (for example, `eth_sendUserOperation` and `eth_estimateUserOperationGas`, etc.), allowing
3434
it to handle both older and modern smart account schemes.
3535

0 commit comments

Comments
 (0)