type ExplorerLinkProps = { address: string } const ExplorerLink = ({ address }: ExplorerLinkProps) => { const cluster = 'devnet' return (