Address input box in create proposal page doesn't resolve ENS address
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.5k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Bug Description
The "To" address input box in the create proposal page doesn't resolve ENS address to ETH address. This causes the button to still be disabled although it's given a valid ENS address.
Steps to Reproduce
- Go to https://app.uniswap.org/#/create-proposal
- Enter a valid ENS address in the "To" address input box
- Observe that the submit button is still disabled despite having the required number of voting power.
Expected Behavior
The button should be enabled and it resolves the ENS address to ETH address when making the transaction.
Additional Context

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the create proposal page and reproduce the issue with a valid ENS address in the "To" field. Trace how that input is validated and used for the transaction; done means the ENS name resolves to an Ethereum address and the submit button becomes enabled when the voting-power requirements are met.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- blockchain, typescript
- Domain
- blockchain, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100