We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b777b61 commit 311a27fCopy full SHA for 311a27f
app/modules/handler/containers/Stage/Success.js
@@ -90,6 +90,7 @@ class PromptStageSuccess extends Component<Props> {
90
<Table.Cell collapsing>Transaction ID</Table.Cell>
91
<Table.Cell>
92
<ExplorerLink
93
+ chainId={prompt.chainId}
94
content={transaction_id}
95
linkData={transaction_id}
96
linkBlockId={(block_num) ? block_num : false}
0 commit comments