Address Display
Display an Ethereum address shortened or the ENS name if available.
Example:
<AddressDisplay
address={userAddress} />
renders like 0x4B59...6BE4
or musedao.eth
if an ENS is attached.
Last updated
Display an Ethereum address shortened or the ENS name if available.
<AddressDisplay
address={userAddress} />
renders like 0x4B59...6BE4
or musedao.eth
if an ENS is attached.
Last updated