diff --git a/src/BlockTransactions.tsx b/src/BlockTransactions.tsx index 8ded619..5eed574 100644 --- a/src/BlockTransactions.tsx +++ b/src/BlockTransactions.tsx @@ -57,6 +57,7 @@ const BlockTransactions: React.FC = () => { hash: t.hash, from: t.from, to: t.to, + createdContractAddress: _receipts[i].contractAddress, value: t.value, fee: provider.formatter .bigNumber(_receipts[i].gasUsed)