Add Migration Guides for PnP Modal and No Modal SDKs (v9 to v10) #1104
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context
This change adds complete migration documentation for upgrading Web3Auth PnP Modal and No Modal SDKs from v9 to v10.
It addresses the architectural changes introduced in v10, such as the removal of verifiers and adapters from frontend code, and the introduction of
connectors
,authConnectionId
, andgroupedAuthConnectionId
.It also simplifies frontend usage across React and non-React stacks and clarifies changes to private key providers, dashboard-based chain config, and wagmi-based blockchain calls.
Jira Link
DEVREL-1175
Description
Added two new MDX documentation files:
modal-v9-to-v10.mdx
no-modal-v9-to-v10.mdx
Both guides cover:
verifier
toauthConnectionId
)connectors
A side-by-side comparison table summarizes migration changes
No runtime code changes included
How has this been tested?
Screenshots (if appropriate)
N/A — content-only change
Types of changes
Checklist:
TODOs
Ayush: Add Account Abstraction-related login updates to both guides where needed
Shahbaz: Add dashboard screenshots for grouped connection and chain config setup
Yash: Review and update Vue composables usage to match v10 hooks implementation
Yash: Finalize wagmi migration consistency across guides
Maharshi: Evaluate Wallet Services UI integration changes
wallet-ui-migration-guide.mdx