Skip to content

Commit ffc03ea

Browse files
Merge branch 'main' into new-search-functionality
2 parents fa69ece + 8090a1d commit ffc03ea

39 files changed

+5078
-526
lines changed

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@astrojs/preact": "^4.1.0",
5555
"@astrojs/prism": "^3.3.0",
5656
"@astrojs/react": "^4.3.0",
57-
"@astrojs/sitemap": "^3.5.1",
57+
"@astrojs/sitemap": "^3.6.0",
5858
"@astrojs/vercel": "^8.2.7",
5959
"@chainlink/cl-search-frontend": "^0.12.0",
6060
"@chainlink/components": "^0.4.18",
@@ -68,7 +68,7 @@
6868
"@nanostores/react": "^0.8.4",
6969
"@openzeppelin/contracts": "^4.9.6",
7070
"@supabase/supabase-js": "^2.57.4",
71-
"astro": "^5.13.7",
71+
"astro": "^5.13.9",
7272
"@solana-program/compute-budget": "^0.9.0",
7373
"@solana-program/system": "^0.8.0",
7474
"@solana-program/token": "^0.6.0",
@@ -91,7 +91,7 @@
9191
"lodash": "^4.17.21",
9292
"marked": "^15.0.12",
9393
"nanostores": "^0.11.4",
94-
"pino": "^9.9.5",
94+
"pino": "^9.11.0",
9595
"preact": "^10.27.2",
9696
"react-instantsearch": "^7.16.3",
9797
"rehype-autolink-headings": "^7.1.0",
@@ -116,7 +116,7 @@
116116
"@rollup/plugin-yaml": "^4.1.2",
117117
"@types/jest": "^29.5.14",
118118
"@types/lodash": "^4.17.20",
119-
"@types/node": "^20.19.14",
119+
"@types/node": "^20.19.17",
120120
"@types/node-fetch": "^2.6.13",
121121
"@types/prismjs": "^1.26.5",
122122
"@types/react": "^19.1.13",
@@ -145,7 +145,7 @@
145145
"solhint": "^5.2.0",
146146
"solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules",
147147
"solhint-plugin-prettier": "^0.1.0",
148-
"ts-jest": "^29.4.1",
148+
"ts-jest": "^29.4.4",
149149
"tsconfig-paths": "^4.2.0",
150150
"tsx": "^4.20.5",
151151
"typescript": "^5.9.2",

public/assets/chains/kaia.svg

Lines changed: 4 additions & 0 deletions
Loading

public/assets/chains/plasma.svg

Lines changed: 4 additions & 0 deletions
Loading

public/assets/chains/tac.svg

Lines changed: 4 additions & 0 deletions
Loading

public/changelog.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"networks": {
3+
"tac": {
4+
"displayName": "TAC",
5+
"iconUrl": "https://docs.chain.link/assets/chains/tac.svg"
6+
},
7+
"kaia": {
8+
"displayName": "Kaia",
9+
"iconUrl": "https://docs.chain.link/assets/chains/kaia.svg"
10+
},
311
"0g": {
412
"displayName": "0G",
513
"iconUrl": "https://docs.chain.link/assets/chains/0g.svg"
@@ -302,6 +310,63 @@
302310
}
303311
},
304312
"data": [
313+
{
314+
"category": "integration",
315+
"date": "2025-09-22",
316+
"description": "Chainlink CCIP expands support to Plasma.",
317+
"newNetworks": [
318+
{
319+
"displayName": "Plasma Mainnet",
320+
"network": "plasma",
321+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/plasma-mainnet"
322+
},
323+
{
324+
"displayName": "Plasma Testnet",
325+
"network": "plasma",
326+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/plasma-testnet"
327+
}
328+
],
329+
"relatedNetworks": ["plasma"],
330+
"title": "CCIP on Plasma",
331+
"topic": "CCIP"
332+
},
333+
{
334+
"category": "deprecation",
335+
"date": "2025-09-17",
336+
"description": "The following list of Data Feeds on Solana have been deprecated as Chainlink migrates support to Data Streams' pull-based model.\n\n- 21BTC PoR (Solana)\n- zBTC PoR (Solana)\n- OP-USD (Solana)\n- POL-USD (Solana)\n\nCheck the [Data Streams](https://docs.chain.link/data-streams/reference/report-schema-overview) page for the complete list of Data Streams available on Solana.",
337+
"title": "Deprecated Solana Data Feeds",
338+
"topic": "Data Feeds"
339+
},
340+
{
341+
"category": "integration",
342+
"date": "2025-09-17",
343+
"description": "Chainlink CCIP expands support to Kaia and Tac.",
344+
"newNetworks": [
345+
{
346+
"displayName": "Kaia Mainnet",
347+
"network": "kaia",
348+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/kaia-mainnet"
349+
},
350+
{
351+
"displayName": "Kaia Kairos Testnet",
352+
"network": "kaia",
353+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/kaia-testnet-kairos"
354+
},
355+
{
356+
"displayName": "TAC Mainnet",
357+
"network": "tac",
358+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/tac-mainnet"
359+
},
360+
{
361+
"displayName": "TAC Saint Petersburg Testnet",
362+
"network": "tac",
363+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/tac-testnet"
364+
}
365+
],
366+
"relatedNetworks": ["kaia", "tac"],
367+
"title": "CCIP on Kaia and Tac",
368+
"topic": "CCIP"
369+
},
305370
{
306371
"category": "integration",
307372
"date": "2025-09-17",

0 commit comments

Comments
 (0)