Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions public/assets/chains/robinhood-chain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/assets/chains/robinhood.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@
"displayName": "Polygon zkEVM",
"iconUrl": "https://docs.chain.link/assets/chains/polygonzkevm.svg"
},
"robinhood": {
"displayName": "Robinhood Chain",
"iconUrl": "https://docs.chain.link/assets/chains/robinhood-chain.svg"
},
"ronin": {
"displayName": "Ronin",
"iconUrl": "https://docs.chain.link/assets/chains/ronin.svg"
Expand Down Expand Up @@ -394,6 +398,26 @@
}
},
"data": [
{
"category": "integration",
"date": "2026-03-13",
"description": "Chainlink CCIP expands support to new networks:",
"newNetworks": [
{
"displayName": "Robinhood Chain Testnet",
"network": "robinhood",
"url": "https://docs.chain.link/ccip/directory/testnet/chain/robinhood-testnet"
},
{
"displayName": "Ronin Saigon Testnet",
"network": "ronin",
"url": "https://docs.chain.link/ccip/directory/testnet/chain/ronin-testnet-saigon"
}
],
"relatedNetworks": ["robinhood", "ronin"],
"title": "CCIP on Robinhood Chain Testnet and Ronin Saigon Testnet",
"topic": "CCIP"
},
{
"category": "integration",
"date": "2026-03-08",
Expand Down
4 changes: 3 additions & 1 deletion src/components/CCIP/ChainHero/ChainHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ function ChainHero({ chains, tokens, network, token, environment, lanes }: Chain
}}
>
{network?.name || token?.id}
<span className="ccip-chain-hero__token-logo__symbol">{token?.name}</span>
<span className="ccip-chain-hero__token-logo__symbol">
{token?.id === "USDC" ? "USD Coin" : token?.name}
</span>

{chainTooltipConfig && (
<Tooltip
Expand Down
4 changes: 4 additions & 0 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ export const productChainLinks: ProductChainLinks = {
arc: "/ccip/directory/testnet/chain/arc-testnet",
dogeos: "/ccip/directory/testnet/chain/dogeos-testnet-chikyu",
"adi-network": "/ccip/directory/testnet/chain/adi-testnet",
edge: "/ccip/directory/mainnet/chain/edge-mainnet",
robinhood: "/ccip/directory/testnet/chain/robinhood-testnet",
},
},
CRE: {
Expand Down Expand Up @@ -334,6 +336,7 @@ export const productChainLinks: ProductChainLinks = {
polygon: "/resources/link-token-contracts#polygon",
polygonkatana: "/resources/link-token-contracts#polygon-katana",
polygonzkevm: "/resources/link-token-contracts#polygon-zkevm",
robinhood: "/resources/link-token-contracts#robinhood-chain",
ronin: "/resources/link-token-contracts#ronin",
rootstock: "/resources/link-token-contracts#rootstock",
scroll: "/resources/link-token-contracts#scroll",
Expand Down Expand Up @@ -454,4 +457,5 @@ export const chainNames: Record<string, string> = {
arc: "Arc Network",
dogeos: "DogeOS",
edge: "Edge",
robinhood: "Robinhood Chain",
}
Loading
Loading