diff --git a/src/components/Transactions/TxDetails/TxDetails.tsx b/src/components/Transactions/TxDetails/TxDetails.tsx index 89b2713..0b7c533 100644 --- a/src/components/Transactions/TxDetails/TxDetails.tsx +++ b/src/components/Transactions/TxDetails/TxDetails.tsx @@ -21,6 +21,7 @@ export const TxDetailsGrid = ({ txInfo, tx }: Tx) => { } const txHash = ensure0x(hash) + const signer = ensure0x(txInfo.signer) let txType: TransactionType | undefined = undefined if (tx) { txType = Object.keys(tx)[0] as TransactionType @@ -63,6 +64,22 @@ export const TxDetailsGrid = ({ txInfo, tx }: Tx) => { ), }, + { + label: t('validators.account', { defaultValue: 'Account' }), + children: ( + + {signer} + + ), + }, { label: t('transactions.block', { defaultValue: 'Block' }), children: (