Skip to content

Commit

Permalink
Update submit.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretSaturn committed Dec 25, 2023
1 parent c172ab1 commit 62fb544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TNLS-Clients/payload-encryption/src/submit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ export function setupSubmit(element: HTMLButtonElement) {
</p>
<h2>Transaction Parameters</h2>
<p><b>Tx Hash: </b><a href="https://arbiscan.io/tx/${txHash}" target="_blank">${txHash}</a></p>
<p><b>Gateway Address (to check the postExecution callback) </b><a href="https://arbiscan.io/address/${publicClientAddress}" target="_blank">${publicClientAddress}</a></p>
<p><b>Tx Hash: </b><a href="https://polygonscan.com/tx/${txHash}" target="_blank">${txHash}</a></p>
<p><b>Gateway Address (to check the postExecution callback) </b><a href="https://polygonscan.com/address/${publicClientAddress}" target="_blank">${publicClientAddress}</a></p>
<p style="font-size: 0.8em;">${JSON.stringify(tx_params)}</p>
`
})
Expand Down

0 comments on commit 62fb544

Please sign in to comment.