Skip to content

Commit b05c4a6

Browse files
committed
add changelog and product links
1 parent e5dcc1b commit b05c4a6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

public/changelog.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,21 @@
310310
}
311311
},
312312
"data": [
313+
{
314+
"category": "integration",
315+
"date": "2025-09-25",
316+
"description": "Chainlink CCIP expands support to 0G Mainnet.",
317+
"newNetworks": [
318+
{
319+
"displayName": "0G Mainnet",
320+
"network": "0g",
321+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/0g-mainnet"
322+
}
323+
],
324+
"relatedNetworks": ["0g"],
325+
"title": "CCIP on 0G",
326+
"topic": "CCIP"
327+
},
313328
{
314329
"category": "integration",
315330
"date": "2025-09-25",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,12 @@ export const productChainLinks: ProductChainLinks = {
8585
janction: "/ccip/directory/testnet/chain/janction-testnet-sepolia",
8686
neox: "/ccip/directory/testnet/chain/neox-testnet-t4",
8787
polygonkatana: "/ccip/directory/mainnet/chain/polygon-mainnet-katana",
88-
"0g": "/ccip/directory/testnet/chain/0g-testnet-galileo",
88+
"0g": "/ccip/directory/mainnet/chain/0g-mainnet",
8989
hyperevm: "/ccip/directory/mainnet/chain/hyperevm-mainnet",
9090
etherlink: "/ccip/directory/testnet/chain/etherlink-testnet",
9191
kaia: "/ccip/directory/mainnet/chain/kaia-mainnet",
9292
tac: "/ccip/directory/mainnet/chain/tac-mainnet",
93+
plasma: "/ccip/directory/mainnet/chain/plasma-mainnet",
9394
},
9495
},
9596
"Data Feeds": {
@@ -379,4 +380,5 @@ export const chainNames: Record<string, string> = {
379380
tac: "Tac",
380381
kaia: "Kaia",
381382
plasma: "Plasma",
383+
jovay: "Jovay",
382384
}

0 commit comments

Comments
 (0)