Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update third party bridges URL #5

Merged
merged 1 commit into from
Jan 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/assets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const depositMethods = computed(() => {
label: "Top-up with cash",
description: "Buy tokens using a card or another method for fiat",
as: "a",
href: "https://zksync.dappradar.com/ecosystem?category=non_dapps_on_off_ramps",
href: "https://docs.abs.xyz/ecosystem/bridges",
target: "_blank",
icon: ArrowTopRightOnSquareIcon,
},
Expand All @@ -216,7 +216,7 @@ const depositMethods = computed(() => {
label: "Bridge from other networks",
description: "Explore ecosystem of third party bridges",
as: "a",
href: "https://zksync.dappradar.com/ecosystem?category=defi_bridge",
href: "https://docs.abs.xyz/ecosystem/bridges",
target: "_blank",
icon: ArrowTopRightOnSquareIcon,
},
Expand Down
4 changes: 2 additions & 2 deletions pages/receive-methods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
label="Top-up with cash"
description="Buy tokens using a card or another method for fiat"
as="a"
href="https://zksync.dappradar.com/ecosystem?category=non_dapps_on_off_ramps"
href="https://docs.abs.xyz/ecosystem/bridges"
target="_blank"
:icon="ArrowTopRightOnSquareIcon"
>
Expand All @@ -57,7 +57,7 @@
label="Bridge from other networks"
description="Explore ecosystem of third party bridges"
as="a"
href="https://zksync.dappradar.com/ecosystem?category=defi_bridge"
href="https://docs.abs.xyz/ecosystem/bridges"
target="_blank"
:icon="ArrowTopRightOnSquareIcon"
>
Expand Down
2 changes: 1 addition & 1 deletion pages/send-methods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:description="`Explore ecosystem of third party bridges`"
:icon="ArrowTopRightOnSquareIcon"
as="a"
href="https://zksync.dappradar.com/ecosystem?category=defi_bridge"
href="https://docs.abs.xyz/ecosystem/bridges"
target="_blank"
>
<template #image>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Feature: Deposit
Then Element with "text" " Explore ecosystem " should be "visible"
#id1609 Check "Explore ecosystem" button
Then I click by "text" with " Explore ecosystem " value
Then New page has "https://zksync.dappradar.com/" address
Then New page has "https://docs.abs.xyz/ecosystem/bridges" address

10 changes: 1 addition & 9 deletions views/transactions/Deposit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,7 @@
<CommonAlert variant="warning" :icon="ExclamationTriangleIcon" class="mb-block-padding-1/2 sm:mb-block-gap">
<p>
Make sure your wallet supports {{ eraNetwork.name }} network before adding funds to your account. Otherwise,
this can result in <span class="font-medium text-red-600">loss of funds</span>. See the list of supported
wallets on the
<a
class="underline underline-offset-2"
href="https://zksync.dappradar.com/ecosystem?category=non_dapps_wallets"
target="_blank"
>Ecosystem</a
>
website.
this can result in <span class="font-medium text-red-600">loss of funds</span>.
</p>
</CommonAlert>
<CommonButton type="submit" variant="primary" class="mt-block-gap w-full gap-1" @click="buttonContinue()">
Expand Down
4 changes: 2 additions & 2 deletions views/transactions/Transfer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
>24-hour withdrawal delay</a
>, you will need to manually claim your funds which requires paying another transaction fee on
{{ eraNetwork.l1Network?.name }}. Alternatively you can use
<a

Check warning on line 118 in views/transactions/Transfer.vue

View workflow job for this annotation

GitHub Actions / Build

Replace `⏎··············href="https://docs.abs.xyz/ecosystem/bridges"⏎··············target="_blank"⏎·············` with `·href="https://docs.abs.xyz/ecosystem/bridges"·target="_blank"`
href="https://zksync.dappradar.com/ecosystem?category=defi_bridge"
href="https://docs.abs.xyz/ecosystem/bridges"
target="_blank"
class="underline underline-offset-2"
>third-party bridges</a
Expand All @@ -129,7 +129,7 @@
</CommonAlert>
<CommonButton
as="a"
href="https://zksync.dappradar.com/ecosystem?category=defi_bridge"
href="https://docs.abs.xyz/ecosystem/bridges"
target="_blank"
type="submit"
variant="primary"
Expand Down
Loading