// The badge resizes as expected<div style={{ width: 200 }}><Addrethens={false}shortenAddress={false}/></div>
// Custom explorer<Addrethexplorer={(address) => ({name: "Base",url: `https://basescan.org/address/${address}`,})}/>
// Only show the copy button<Addreth actions="copy" />
// No badge actions<Addreth actions="none" />
// Link style<Addrethens={false}actions="none"underline={true}theme="simple-light"/>
// Text button style<Addrethens={false}actions="none"theme={{ base: "simple-light", radius: 4 }}/>