dAppBooster
    Preparing search index...
    ExplorerLink: FC<ExplorerLinkProps> = ...

    Link to blockchain explorer for the specified network.

    This component renders a link to the appropriate blockchain explorer based on the provided chain and hash/address, allowing users to view transactions, addresses, or other on-chain data.

    The props for the ExplorerLink component.

    The blockchain network (from viem chains).

    Optional custom explorer URL to override the default.

    The transaction hash or address to view in the explorer.

    The text displayed in the link.

    Additional props inherited from Chakra UI LinkProps.

    <ExplorerLink
    chain={optimism}
    hashOrAddress="0x1234567890abcdef1234567890abcdef12345678"
    text="View transaction"
    />