File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
components/QuickLinks/data Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export const productChainLinks: ProductChainLinks = {
23
23
arbitrum : "/ccip/supported-networks/v1_2_0/mainnet#arbitrum-mainnet" ,
24
24
avalanche : "/ccip/supported-networks/v1_2_0/mainnet#avalanche-mainnet" ,
25
25
"bnb-chain" : "/ccip/supported-networks/v1_2_0/mainnet#bnb-chain-mainnet" ,
26
+ celo : "/ccip/supported-networks/v1_2_0/mainnet#celo-mainnet" ,
26
27
base : "/ccip/supported-networks/v1_2_0/mainnet#base-mainnet" ,
27
28
ethereum : "/ccip/supported-networks/v1_2_0/mainnet#ethereum-mainnet" ,
28
29
kroma : "/ccip/supported-networks/v1_2_0/mainnet#kroma-mainnet" ,
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export const evmProducts = [
37
37
{ id : "base" , title : "BASE" } ,
38
38
{ id : "wemix" , title : "Wemix" } ,
39
39
{ id : "kroma" , title : "Kroma" } ,
40
+ { id : "celo" , title : "Celo" } ,
40
41
] ,
41
42
} ,
42
43
{
You can’t perform that action at this time.
0 commit comments