Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions fern/wallets/pages/resources/faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,24 @@ slug: wallets/resources/faqs
Smart Wallet functionality will continue to work normally.
</Accordion>

### `User operation must include a paymaster for sponsorship` / `This network requires sponsored operations`

<Accordion title="Answer">
These errors show up when you submit `UserOperation`s on Polygon PoS using the
bundler without a paymaster, or with a non-Alchemy paymaster address. Polygon
PoS now requires sponsored operations through an Alchemy paymaster. This is a
new requirement, so double-check that your request includes an Alchemy
paymaster address and that your bundler config is pointing at Alchemy's
paymaster.

You can confirm the requirement and see the latest details in the Polygon PoS
chain reference:
[https://www.alchemy.com/docs/wallets/resources/chain-reference/polygon-pos#transactions](https://www.alchemy.com/docs/wallets/resources/chain-reference/polygon-pos#transactions).

If you need help getting set up, contact
[support@alchemy.com](mailto:support@alchemy.com).
</Accordion>

## Other Support

### Does the aa-sdk repo support React Native?
Expand Down
Loading