Add contract creation display on block transactions list
This commit is contained in:
parent
b8fcc8914d
commit
61eef31a93
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue