diff --git a/docs/pages/permissionless/how-to/paymasters/conditional-sponsoring.mdx b/docs/pages/permissionless/how-to/paymasters/conditional-sponsoring.mdx index 3f3f8559..db80f16c 100644 --- a/docs/pages/permissionless/how-to/paymasters/conditional-sponsoring.mdx +++ b/docs/pages/permissionless/how-to/paymasters/conditional-sponsoring.mdx @@ -5,7 +5,7 @@ The permissionless.js library allows you to conditionally sponsor a user operati - Sponsor only first 10 transactions - Sponsor if they have a specific NFT -The use cases can be many, but the general idea is to use the `sponsorCondition` parameter to conditionally sponsor a user operation. +The use cases can be many, but the general idea is to use the `middleware.sponsorUserOperation` parameter to conditionally sponsor a user operation. Let's take an example where you want to sponsor only the first 10 transactions.