Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmanaa authored May 29, 2024
1 parent 376be2d commit 6039314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/features/landing/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const evmProducts = [
{ id: "base", title: "BASE" },
{ id: "wemix", title: "Wemix" },
{ id: "kroma", title: "Kroma" },
{ id: "celo", title: "Celo" },
],
},
{
Expand Down

0 comments on commit 6039314

Please sign in to comment.