export const getAddressLink = (explorerUrl: string) => (address: string) => `${explorerUrl}/address/${address}` export const getTransactionLink = (explorerUrl: string) => (txnId: string) => `${explorerUrl}/tx/${txnId}`