From 2e3498d8a51628e6b3657d1b389de49ef959f5ce Mon Sep 17 00:00:00 2001 From: Karim <98668332+khadni@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:54:08 -0500 Subject: [PATCH] add link token addresses --- src/components/QuickLinks/data/productChainLinks.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/QuickLinks/data/productChainLinks.ts b/src/components/QuickLinks/data/productChainLinks.ts index 852672b1f8f..218096cc2dc 100644 --- a/src/components/QuickLinks/data/productChainLinks.ts +++ b/src/components/QuickLinks/data/productChainLinks.ts @@ -125,6 +125,7 @@ export const productChainLinks: ProductChainLinks = { }, linkTokenContracts: { arbitrum: "/resources/link-token-contracts#arbitrum", + astar: "/resources/link-token-contracts#astar", avalanche: "/resources/link-token-contracts#avalanche", base: "/resources/link-token-contracts#base", "bnb-chain": "/resources/link-token-contracts#bnb-chain", @@ -148,6 +149,7 @@ export const productChainLinks: ProductChainLinks = { soneium: "/resources/link-token-contracts#soneium", wemix: "/resources/link-token-contracts#wemix", zksync: "/resources/link-token-contracts#zksync", + zircuit: "/resources/link-token-contracts#zircuit", }, }