Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cdp #26

Merged
merged 1 commit into from
May 7, 2024
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
2 changes: 2 additions & 0 deletions docs/pages/guides/paymasters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The actions below are experimental and not supported in most wallets. It is reco

As a prerequisite, you'll need to obtain a paymaster service URL from a paymaster service provider. To be compatible with Smart Wallet, the paymaster provider you choose must be ERC-7677-compliant.

We recommend the [Coinbase Developer Platform](https://www.coinbase.com/developer-platform) paymaster. You can find a full list of ERC-7677-compliant paymaster services [here](https://www.erc7677.xyz/ecosystem/paymasters).

Once you choose a paymaster service provider and obtain a paymaster service URL, you can proceed to integration.

### 2. (Recommended) Setup your paymaster proxy
Expand Down
Loading