diff --git a/site/pages/account-abstraction.mdx b/site/pages/account-abstraction.mdx index 34f39c7fdd..da0b05e105 100644 --- a/site/pages/account-abstraction.mdx +++ b/site/pages/account-abstraction.mdx @@ -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) diff --git a/site/pages/account-abstraction/actions/bundler/estimateUserOperationGas.md b/site/pages/account-abstraction/actions/bundler/estimateUserOperationGas.md index 3ff671d5c0..4f3661247d 100644 --- a/site/pages/account-abstraction/actions/bundler/estimateUserOperationGas.md +++ b/site/pages/account-abstraction/actions/bundler/estimateUserOperationGas.md @@ -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 diff --git a/site/pages/account-abstraction/actions/bundler/getChainId.md b/site/pages/account-abstraction/actions/bundler/getChainId.md index 6929476bb0..c0ef023f1a 100644 --- a/site/pages/account-abstraction/actions/bundler/getChainId.md +++ b/site/pages/account-abstraction/actions/bundler/getChainId.md @@ -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 diff --git a/site/pages/account-abstraction/actions/bundler/getSupportedEntryPoints.md b/site/pages/account-abstraction/actions/bundler/getSupportedEntryPoints.md index dc2c74b67e..48d7ea7773 100644 --- a/site/pages/account-abstraction/actions/bundler/getSupportedEntryPoints.md +++ b/site/pages/account-abstraction/actions/bundler/getSupportedEntryPoints.md @@ -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 diff --git a/site/pages/account-abstraction/actions/bundler/getUserOperation.md b/site/pages/account-abstraction/actions/bundler/getUserOperation.md index b75b399b2e..85756879a3 100644 --- a/site/pages/account-abstraction/actions/bundler/getUserOperation.md +++ b/site/pages/account-abstraction/actions/bundler/getUserOperation.md @@ -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 diff --git a/site/pages/account-abstraction/actions/bundler/getUserOperationReceipt.md b/site/pages/account-abstraction/actions/bundler/getUserOperationReceipt.md index 04aa6bc185..2b198cf4ba 100644 --- a/site/pages/account-abstraction/actions/bundler/getUserOperationReceipt.md +++ b/site/pages/account-abstraction/actions/bundler/getUserOperationReceipt.md @@ -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 diff --git a/site/pages/account-abstraction/actions/bundler/prepareUserOperation.md b/site/pages/account-abstraction/actions/bundler/prepareUserOperation.md index cf318c8937..f1e6eec402 100644 --- a/site/pages/account-abstraction/actions/bundler/prepareUserOperation.md +++ b/site/pages/account-abstraction/actions/bundler/prepareUserOperation.md @@ -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 diff --git a/site/pages/account-abstraction/actions/bundler/sendUserOperation.md b/site/pages/account-abstraction/actions/bundler/sendUserOperation.md index 73f7f63a9c..61037b0cbc 100644 --- a/site/pages/account-abstraction/actions/bundler/sendUserOperation.md +++ b/site/pages/account-abstraction/actions/bundler/sendUserOperation.md @@ -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 diff --git a/site/pages/account-abstraction/actions/bundler/waitForUserOperationReceipt.md b/site/pages/account-abstraction/actions/bundler/waitForUserOperationReceipt.md index 24369a41ca..d106e5b7b6 100644 --- a/site/pages/account-abstraction/actions/bundler/waitForUserOperationReceipt.md +++ b/site/pages/account-abstraction/actions/bundler/waitForUserOperationReceipt.md @@ -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 diff --git a/site/pages/account-abstraction/clients/bundler.md b/site/pages/account-abstraction/clients/bundler.md index 609f6ae5b2..461a212a69 100644 --- a/site/pages/account-abstraction/clients/bundler.md +++ b/site/pages/account-abstraction/clients/bundler.md @@ -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 @@ -380,4 +380,4 @@ const bundlerClient = createBundlerClient({ } // [!code focus] } // [!code focus] }) -``` \ No newline at end of file +``` diff --git a/site/pages/account-abstraction/guides/sending-user-operations.md b/site/pages/account-abstraction/guides/sending-user-operations.md index 75d73934dd..ae5a16985e 100644 --- a/site/pages/account-abstraction/guides/sending-user-operations.md +++ b/site/pages/account-abstraction/guides/sending-user-operations.md @@ -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)