Skip to content

Commit

Permalink
Merge pull request #160 from Holo-Host/fix/sepolia-tx-link
Browse files Browse the repository at this point in the history
Fix/sepolia tx link
  • Loading branch information
mateuszRybczonek authored Apr 26, 2024
2 parents c9c5b83 + 048f11f commit 857d3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/earnings/RedemptionHistoryTableRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function showTransactionPrice(state: boolean): void {
>
<a
v-if="props.redemption.transactionEthHash"
:href="`https://goerli.etherscan.io/tx/${props.redemption.transactionEthHash}`"
:href="`https://sepolia.etherscan.io/tx/${props.redemption.transactionEthHash}`"
target="_blank"
class="redemption-history-table-row__transaction-link"
>
Expand Down

0 comments on commit 857d3f2

Please sign in to comment.