import clsx from 'clsx' import { NETWORK } from 'utils/constants' import { links } from 'utils/links' import { AnchorButton } from './AnchorButton' import { StyledInput } from './forms/StyledInput' interface TransactionHashProps { hash: string className?: string } export const TransactionHash = ({ hash, className }: TransactionHashProps) => { return (