Skip to content

Commit

Permalink
typo stackup-migration.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
youyyytrok authored Nov 17, 2024
1 parent 74610e0 commit e86e6ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/stackup-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ With Pimlico, you'll have largely the same functionality as Stackup, with a few

### Dashboard

The Pimlico dashboard offers a wide range of range of features to help streamline your smart account development.
The Pimlico dashboard offers a wide range of features to help streamline your smart account development.

![dashboard](/dashboard.png)

Expand All @@ -59,7 +59,7 @@ There are several API changes you may need to implement for a successful migrati

The Pimlico bundler requires gasPrices to be fetched from the `pimlico_getUserOperationGasPrice` endpoint. This is necessary to ensure the UserOperation is sent with a sufficient gas price regardless of network conditions.

#### Seperate RPC for node requests
#### Separate RPC for node requests

The Stackup endpoint supports both standard RPC and ERC-4337 calls, but Pimlico only supports ERC-4337. During migration, you'll need a separate RPC provider for standard calls.

Expand All @@ -71,7 +71,7 @@ The Pimlico API supports seamless multichain access. This means that the same AP
const endpoint = `https://api.pimlico.io/v2/${chainId}/rpc?apikey=${apiKey}`
```

where `chainId` spefifies the target chainId. The Pimlico bundler is currently live on 90+ chains, the full breakdown can be found on the [supported-chains page](/infra/platform/supported-chains).
where `chainId` specifies the target chainId. The Pimlico bundler is currently live on 90+ chains, the full breakdown can be found on the [supported-chains page](/infra/platform/supported-chains).

### ERC-20 Paymaster endpoint

Expand Down

0 comments on commit e86e6ef

Please sign in to comment.