Skip to content

Commit c4b9de7

Browse files
Merge branch 'main' into Update-search-package
2 parents 44d915a + 44ce4a0 commit c4b9de7

File tree

5 files changed

+283
-121
lines changed

5 files changed

+283
-121
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"lodash": "^4.17.21",
7171
"marked": "^15.0.11",
7272
"nanostores": "^0.11.4",
73-
"pino": "^9.6.0",
73+
"pino": "^9.7.0",
7474
"preact": "^10.26.6",
7575
"react-instantsearch": "^7.15.7",
7676
"rehype-autolink-headings": "^7.1.0",
@@ -94,7 +94,7 @@
9494
"@rollup/plugin-yaml": "^4.1.2",
9595
"@types/jest": "^29.5.14",
9696
"@types/lodash": "^4.17.16",
97-
"@types/node": "^20.17.46",
97+
"@types/node": "^20.17.48",
9898
"@types/node-fetch": "^2.6.12",
9999
"@types/prismjs": "^1.26.5",
100100
"@types/react": "^19.1.3",

public/changelog.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,51 @@
302302
"title": "CCIP v1.6 on Solana",
303303
"topic": "CCIP"
304304
},
305+
{
306+
"category": "integration",
307+
"date": "2025-05-19",
308+
"description": "Newly supported tokens: FLUID, NXPC, SXT, USD1, syrupUSDC, zBTC",
309+
"relatedTokens": [
310+
{
311+
"assetName": "Fluid",
312+
"baseAsset": "FLUID",
313+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/FLUID",
314+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/fluid.webp?auto=compress%2Cformat"
315+
},
316+
{
317+
"assetName": "NXPC",
318+
"baseAsset": "NXPC",
319+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/NXPC",
320+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/nxpc.webp?auto=compress%2Cformat"
321+
},
322+
{
323+
"assetName": "Space and Time",
324+
"baseAsset": "SXT",
325+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/SXT",
326+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/sxt.webp?auto=compress%2Cformat"
327+
},
328+
{
329+
"assetName": "World Liberty Financial USD",
330+
"baseAsset": "USD1",
331+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/USD1",
332+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/usd1.webp?auto=compress%2Cformat"
333+
},
334+
{
335+
"assetName": "Syrup USDC",
336+
"baseAsset": "syrupUSDC",
337+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/syrupUSDC",
338+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/syrupusdc.webp?auto=compress%2Cformat"
339+
},
340+
{
341+
"assetName": "zBTC",
342+
"baseAsset": "zBTC",
343+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/zBTC",
344+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/zbtc.webp?auto=compress%2Cformat"
345+
}
346+
],
347+
"title": "Cross-chain token (CCT) standard: Added support for new tokens",
348+
"topic": "CCIP"
349+
},
305350
{
306351
"date": "2025-05-13",
307352
"description": "Chainlink CCIP expands support to new blockchains:",

0 commit comments

Comments
 (0)