OpenZeppelin / OpenZeppelin/openzeppelin-ui
Change default preview label from “Resolved account” to “Resolved address”
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 3
- Avg merge
- 20h 20m
- Merged PRs (30d)
- 26
Description
ResolvedAddressFieldPreview defaults its heading to “Resolved account”. That is potentially misleading: forward resolution only yields an address, which may be an EOA, contract, or smart account—not necessarily an account in our sense of the word.
We should stay consistent that account means smart account. “Resolved address” matches the actual outcome. Suggest changing the default (and docs if necessary) accordingly; apps can still override via label.
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 ResolvedAddressFieldPreview component and inspect how its default heading and label override are defined. Check the component documentation for references to “Resolved account”; done means the default reads “Resolved address” while the label override remains supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- blockchain, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 76/100