From 60393147787f1f59cf47dcec306f5246a9ada613 Mon Sep 17 00:00:00 2001 From: Amine E Date: Wed, 29 May 2024 16:59:18 +0200 Subject: [PATCH] celo (#1959) --- 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 f8a8673d460..279d1456f57 100644 --- a/src/components/QuickLinks/data/productChainLinks.ts +++ b/src/components/QuickLinks/data/productChainLinks.ts @@ -23,6 +23,7 @@ export const productChainLinks: ProductChainLinks = { arbitrum: "/ccip/supported-networks/v1_2_0/mainnet#arbitrum-mainnet", avalanche: "/ccip/supported-networks/v1_2_0/mainnet#avalanche-mainnet", "bnb-chain": "/ccip/supported-networks/v1_2_0/mainnet#bnb-chain-mainnet", + celo: "/ccip/supported-networks/v1_2_0/mainnet#celo-mainnet", base: "/ccip/supported-networks/v1_2_0/mainnet#base-mainnet", ethereum: "/ccip/supported-networks/v1_2_0/mainnet#ethereum-mainnet", kroma: "/ccip/supported-networks/v1_2_0/mainnet#kroma-mainnet", diff --git a/src/features/landing/data/index.ts b/src/features/landing/data/index.ts index 404064a359d..01ae0fe2108 100644 --- a/src/features/landing/data/index.ts +++ b/src/features/landing/data/index.ts @@ -37,6 +37,7 @@ export const evmProducts = [ { id: "base", title: "BASE" }, { id: "wemix", title: "Wemix" }, { id: "kroma", title: "Kroma" }, + { id: "celo", title: "Celo" }, ], }, {