Open FrederikBolding opened 1 month ago
We should introduce a component for managing address inputs, when an address has been entered, we can resolve that to a display name, avatar etc.
State The state for this component should simply be a CAIP-10 address.
Props
chainId: CAIP2ChainId
value?: string
placeholder?: string
Figma link: TBD
LoFi spec: https://www.figma.com/board/1M8AhtE2DHMnahTugMBqie/Core-Accounts-Components?node-id=6-756&t=OkCit1tDxKvbO0QD-1
We should introduce a component for managing address inputs, when an address has been entered, we can resolve that to a display name, avatar etc.
State The state for this component should simply be a CAIP-10 address.
Props
chainId: CAIP2ChainId
(Required and can be used to construct the CAIP-10 address)value?: string
placeholder?: string
Figma link: TBD