Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix checklist
  • Loading branch information
yashovardhan committed Sep 24, 2025
commit 74d2700de59a9fb5fdad1c5346551f548d43dab3
Original file line number Diff line number Diff line change
Expand Up @@ -393,14 +393,14 @@ Ensure your Web3Auth Dashboard has the necessary chain configurations since they

### Migration Checklist

- [ ] Dependencies updated to v10.x
- [ ] Imports updated with new package references
- [ ] `Web3AuthOptions` configuration updated
- [ ] `login()` calls replaced with `connectTo()`
- [ ] Private key method names updated
- [ ] Wallet services methods updated
- [ ] Dashboard chain configuration verified
- [ ] Testing completed for all authentication flows
- Dependencies updated to v10.x
- Imports updated with new package references
- `Web3AuthOptions` configuration updated
- `login()` calls replaced with `connectTo()`
- Private key method names updated
- Wallet services methods updated
- Dashboard chain configuration verified
- Testing completed for all authentication flows

## Support

Expand Down
Loading