Skip to content

docs(wallets): replace aaUrl with aaHost#77

Merged
srinjoyc merged 1 commit into
srinjoy/update-wallet-docsfrom
sahil/docs-aahost
Jul 2, 2026
Merged

docs(wallets): replace aaUrl with aaHost#77
srinjoyc merged 1 commit into
srinjoy/update-wallet-docsfrom
sahil/docs-aahost

Conversation

@SahilVasava

Copy link
Copy Markdown
Contributor

Stacked on top of #76 (srinjoy/update-wallet-docs) — base is that branch, not main.

Updates the wallet docs to match the SDK's aaUrlaaHost change (zerodevapp/zerodev-wallet-sdk#282).

Why

aaUrl was a full, chain-specific bundler RPC URL, so it pinned every chain to one endpoint — broken for multichain apps. It's replaced by aaHost (origin only): the SDK builds the per-chain URL itself (${host}/api/${version}/${projectId}/chain/${chainId}), so one value works across all chains and the API version is no longer baked into consumer config.

What

  • const aaUrl = '<your-chain-specific-zerodev-rpc-url>'const aaHost = 'https://rpc.zerodev.app' and the aaUrl,aaHost, connector props, across quickstart, passkeys, wallet-ui-kit, and session-management.
  • Quickstart config section: ZERODEV_AA_URLZERODEV_AA_HOST; clarified it's optional (defaults to https://rpc.zerodev.app), host-only, and works across every chain. Dropped the "copy the network-specific Bundler RPC URL" step.
  • Quickstart troubleshooting "Wrong chain" bullet no longer references aaUrlaaHost is host-only, so per-chain URL derivation is automatic.

Pure rename + prose; no structural changes. Merge after #76.

@vercel

vercel Bot commented Jul 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jul 2, 2026 1:20pm

Request Review

@srinjoyc srinjoyc merged commit 1aec5e5 into srinjoy/update-wallet-docs Jul 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants