From 8acfd9c7bcbce9cbf452e51d6964ccb29acb2999 Mon Sep 17 00:00:00 2001 From: Karim <98668332+khadni@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:39:42 -0500 Subject: [PATCH] Add Gnosis to home & QL --- src/components/QuickLinks/data/productChainLinks.ts | 1 + src/features/landing/data/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/QuickLinks/data/productChainLinks.ts b/src/components/QuickLinks/data/productChainLinks.ts index 63a7200e072..3caae8579a1 100644 --- a/src/components/QuickLinks/data/productChainLinks.ts +++ b/src/components/QuickLinks/data/productChainLinks.ts @@ -87,6 +87,7 @@ export const productChainLinks: ProductChainLinks = { "bnb-chain": "/chainlink-automation/overview/supported-networks#bnb-chain", ethereum: "/chainlink-automation/overview/supported-networks#ethereum", fantom: "/chainlink-automation/overview/supported-networks#fantom", + "gnosis-chain": "/chainlink-automation/overview/supported-networks#gnosis-chain-xdai", optimism: "/chainlink-automation/overview/supported-networks#optimism", polygon: "/chainlink-automation/overview/supported-networks#polygon-matic", }, diff --git a/src/features/landing/data/index.ts b/src/features/landing/data/index.ts index 91c268efaf0..3b6022e65b5 100644 --- a/src/features/landing/data/index.ts +++ b/src/features/landing/data/index.ts @@ -107,6 +107,7 @@ export const evmProducts = [ { id: "arbitrum", title: "Arbitrum" }, { id: "optimism", title: "Optimism" }, { id: "base", title: "BASE" }, + { id: "gnosis-chain", title: "Gnosis Chain" }, ], video: "https://www.youtube.com/watch?v=dj0impNJdls&list=PLVP9aGDn-X0RloqS1uYcuaPSW3GIgoCkg&index=2", },