You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: claim verification uses ownerOf + auto-upgrade if already bought
Issues:
- Reverse resolution fails when primary name not set on-chain
- User bought daaaaab.base.eth but banner said 'You don't own it'
Fixes:
- Claim flow now calls PUT /upgrade directly (which uses ownerOf)
- If upgrade succeeds → redirect to dashboard (email upgraded!)
- Buy flow: if name unavailable, auto-checks if USER owns it
- If yes → auto-upgrades and redirects
- If no → shows 'already taken by someone else'
0 commit comments