Skip to content

Commit

Permalink
typo migration-guide.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
youyyytrok authored Nov 17, 2024
1 parent 7d2278e commit 74610e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/permissionless/how-to/migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const pimlicoClient = createPimlicoClient({ // [!code ++]
}) // [!code ++]
```

All the previous actions that were part of `createPimlicoBundlerClient` and `createPimlicoPaymasterClient` are now part of `createPimlicoClient` and can also be acccessed individually.
All the previous actions that were part of `createPimlicoBundlerClient` and `createPimlicoPaymasterClient` are now part of `createPimlicoClient` and can also be accessed individually.

Pimlico client also extends actions of Paymaster client by viem. It uses ERC-7677 as the default standard to communicate with Pimlico paymasters.

Expand Down Expand Up @@ -341,4 +341,4 @@ const hash = await smartAccountClient.sendTransaction({

### Error handling

We have deprecated permissionless.js error handling and now use viem's error handling.
We have deprecated permissionless.js error handling and now use viem's error handling.

0 comments on commit 74610e0

Please sign in to comment.