Skip to content

Commit 6039314

Browse files
authored
celo (#1959)
1 parent 376be2d commit 6039314

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const productChainLinks: ProductChainLinks = {
2323
arbitrum: "/ccip/supported-networks/v1_2_0/mainnet#arbitrum-mainnet",
2424
avalanche: "/ccip/supported-networks/v1_2_0/mainnet#avalanche-mainnet",
2525
"bnb-chain": "/ccip/supported-networks/v1_2_0/mainnet#bnb-chain-mainnet",
26+
celo: "/ccip/supported-networks/v1_2_0/mainnet#celo-mainnet",
2627
base: "/ccip/supported-networks/v1_2_0/mainnet#base-mainnet",
2728
ethereum: "/ccip/supported-networks/v1_2_0/mainnet#ethereum-mainnet",
2829
kroma: "/ccip/supported-networks/v1_2_0/mainnet#kroma-mainnet",

src/features/landing/data/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const evmProducts = [
3737
{ id: "base", title: "BASE" },
3838
{ id: "wemix", title: "Wemix" },
3939
{ id: "kroma", title: "Kroma" },
40+
{ id: "celo", title: "Celo" },
4041
],
4142
},
4243
{

0 commit comments

Comments
 (0)