From 06a59b10cfc86a83e5f58a1dca5de68dc21feb1e Mon Sep 17 00:00:00 2001 From: Jarrod Watts Date: Sat, 25 Jan 2025 17:37:02 +1100 Subject: [PATCH] Update third party bridges URL --- pages/assets.vue | 4 ++-- pages/receive-methods.vue | 4 ++-- pages/send-methods.vue | 2 +- .../deposit/bridge-deposit-with-blockchain.feature | 2 +- views/transactions/Deposit.vue | 10 +--------- views/transactions/Transfer.vue | 4 ++-- 6 files changed, 9 insertions(+), 17 deletions(-) diff --git a/pages/assets.vue b/pages/assets.vue index 7795f01..b9e480f 100644 --- a/pages/assets.vue +++ b/pages/assets.vue @@ -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, }, @@ -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, }, diff --git a/pages/receive-methods.vue b/pages/receive-methods.vue index 643f362..9c3c102 100644 --- a/pages/receive-methods.vue +++ b/pages/receive-methods.vue @@ -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" > @@ -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" > diff --git a/pages/send-methods.vue b/pages/send-methods.vue index 043507e..35ff416 100644 --- a/pages/send-methods.vue +++ b/pages/send-methods.vue @@ -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" >