Skip to content

Commit

Permalink
docs: add biconomy bundler URL (#2612)
Browse files Browse the repository at this point in the history
* Add biconomy bundler URL

* Update bundler.md

* Update site/pages/account-abstraction.mdx

Co-authored-by: awkweb <tom@meagher.co>

* Update site/pages/account-abstraction/actions/bundler/estimateUserOperationGas.md

Co-authored-by: awkweb <tom@meagher.co>

* Update site/pages/account-abstraction/actions/bundler/getChainId.md

Co-authored-by: awkweb <tom@meagher.co>

* Update site/pages/account-abstraction/actions/bundler/getSupportedEntryPoints.md

Co-authored-by: awkweb <tom@meagher.co>

* Update site/pages/account-abstraction/actions/bundler/getUserOperation.md

Co-authored-by: awkweb <tom@meagher.co>

* Update site/pages/account-abstraction/actions/bundler/prepareUserOperation.md

Co-authored-by: awkweb <tom@meagher.co>

* Update site/pages/account-abstraction/actions/bundler/sendUserOperation.md

Co-authored-by: awkweb <tom@meagher.co>

* Update site/pages/account-abstraction/actions/bundler/waitForUserOperationReceipt.md

Co-authored-by: awkweb <tom@meagher.co>

* Update site/pages/account-abstraction/clients/bundler.md

Co-authored-by: awkweb <tom@meagher.co>

* Update site/pages/account-abstraction/guides/sending-user-operations.md

Co-authored-by: awkweb <tom@meagher.co>

* Update site/pages/account-abstraction/actions/bundler/getUserOperationReceipt.md

Co-authored-by: awkweb <tom@meagher.co>

---------

Co-authored-by: jxom <j@wevm.dev>
Co-authored-by: awkweb <tom@meagher.co>
  • Loading branch information
3 people authored Aug 14, 2024
1 parent 0463e1d commit 458b90c
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion site/pages/account-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const bundlerClient = createBundlerClient({ // [!code focus]
```

:::info
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io) or another Bundler service.
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io), [Biconomy's Bundler](https://www.biconomy.io), or another Bundler service.
:::

[See `createBundlerClient` Docs](/account-abstraction/clients/bundler)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const bundlerClient = createBundlerClient({
:::

:::info
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io) or another Bundler service.
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io), [Biconomy's Bundler](https://www.biconomy.io), or another Bundler service.
:::

### Account Hoisting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const bundlerClient = createBundlerClient({
:::

:::info
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io) or another Bundler service.
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io), [Biconomy's Bundler](https://www.biconomy.io), or another Bundler service.
:::

## Returns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const bundlerClient = createBundlerClient({
:::

:::info
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io) or another Bundler service.
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io), [Biconomy's Bundler](https://www.biconomy.io), or another Bundler service.
:::

## Returns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const bundlerClient = createBundlerClient({
:::

:::info
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io) or another Bundler service.
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io), [Biconomy's Bundler](https://www.biconomy.io), or another Bundler service.
:::

## Returns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const bundlerClient = createBundlerClient({
:::

:::info
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io) or another Bundler service.
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io), [Biconomy's Bundler](https://www.biconomy.io), or another Bundler service.
:::

## Returns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const bundlerClient = createBundlerClient({
:::

:::info
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io) or another Bundler service.
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io), [Biconomy's Bundler](https://www.biconomy.io), or another Bundler service.
:::

### Account Hoisting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const bundlerClient = createBundlerClient({
:::

:::info
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io) or another Bundler service.
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io), [Biconomy's Bundler](https://www.biconomy.io), or another Bundler service.
:::

### Account Hoisting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const bundlerClient = createBundlerClient({
:::

:::info
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io) or another Bundler service.
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io), [Biconomy's Bundler](https://www.biconomy.io), or another Bundler service.
:::

## Returns
Expand Down
4 changes: 2 additions & 2 deletions site/pages/account-abstraction/clients/bundler.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const bundlerClient = createBundlerClient({ // [!code focus]
```

:::info
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io) or another Bundler service.
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io), [Biconomy's Bundler](https://www.biconomy.io), or another Bundler service.
:::

## Parameters
Expand Down Expand Up @@ -380,4 +380,4 @@ const bundlerClient = createBundlerClient({
} // [!code focus]
} // [!code focus]
})
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const bundlerClient = createBundlerClient({ // [!code ++] // [!code focus]
```

:::info
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io) or another Bundler service.
The Bundler URL above is a public endpoint. Please do not use it in production as you will likely be rate-limited. Consider using [Pimlico's Bundler](https://www.pimlico.io), [Biconomy's Bundler](https://www.biconomy.io), or another Bundler service.
:::

[See `createBundlerClient` Docs](/account-abstraction/clients/bundler)
Expand Down

0 comments on commit 458b90c

Please sign in to comment.