Skip to content

Commit

Permalink
fix: update export lite link (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 authored Oct 23, 2023
1 parent 70a0c5f commit 40ddcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/zksync/lite/payments/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<CommonButton
as="a"
target="_blank"
:href="`https://zkexport-old.netlify.app/export/account/transactions?address=${account.address}&network=${zkSyncLiteNetwork.network}`"
:href="`https://zkexport-lite.netlify.app/export/account/transactions?address=${account.address}&network=${zkSyncLiteNetwork.network}`"
>
<template #icon>
<DocumentArrowDownIcon aria-hidden="true" />
Expand Down

0 comments on commit 40ddcc0

Please sign in to comment.