chore: add alias from aviator-dao.eth to airfox-dao.eth [DO NOT MERGE until migration is run] - #2251
Open
tony8713 wants to merge 1 commit into
Open
chore: add alias from aviator-dao.eth to airfox-dao.eth [DO NOT MERGE until migration is run]#2251tony8713 wants to merge 1 commit into
tony8713 wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
⛔ DO NOT MERGE until the migration queries have run
This is step 2 of the space migration runbook for
aviator-dao.eth→airfox-dao.eth. The runbook is explicit that this entry is added first but merged only once the migration is complete:Merging early would send every
/aviator-dao.eth/*URL to/s:airfox-dao.eth/*while the old space still holds all 38 proposals, its votes and its 91 followers. Anyone following an existing link would land on a near-empty space. The redirect must only go live after theUPDATE ... SET space = 'airfox-dao.eth'statements have moved the data.Please leave this open until whoever runs the migration confirms the queries are done.
What this does
Adds one entry to the router alias map:
Appended at the end of the file, matching the existing insertion-order convention (the file is not alphabetised; each migration appends). 82 entries before, 83 after.
Consumed by
apps/ui/src/routes/index.ts:56:Key is the old slug as it appears in the URL, value is the redirect target, so the direction here is old → new.
airfox-dao.ethis not itself a key in the map, so there is no alias chain.Context
Both spaces are named
Airfox DAO.aviator-dao.ethis the original (created 2023-07-15, 38 proposals, 91 followers, verified).airfox-dao.ethis the new ENS (created 2026-07-15, verified) and shares an admin with the old space (0x1cFd452EB369a7B9475B07D1457dd1d0500fD788).Migration runbook: Support workflow → Space migration
Checks run locally
turbo run build --filter=uiturbo run typecheck --filter=uiturbo run lint --filter=uiturbo run test --filter=uiprettier --checkon the changed fileAlso confirmed the entry is compiled into the production bundle (
dist/assets/index-*.jscontainsaviator-dao.eth":"airfox-dao.eth").🤖 Generated with Claude Code