From d7b91c8446d0368e4cf3c3c1a954640e7250b75d Mon Sep 17 00:00:00 2001 From: khadni <98668332+khadni@users.noreply.github.com> Date: Sun, 3 Aug 2025 21:06:39 +0000 Subject: [PATCH] CCT: Update changelog with new tokens --- public/changelog.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/public/changelog.json b/public/changelog.json index 039a29b88b1..b90f833edcc 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -302,6 +302,33 @@ } }, "data": [ + { + "category": "integration", + "date": "2025-08-03", + "description": "Newly supported tokens: USDf, VSN, enzoBTC", + "relatedTokens": [ + { + "assetName": "Falcon USD", + "baseAsset": "USDf", + "url": "https://docs.chain.link/ccip/directory/mainnet/token/USDf", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/usdf.webp?auto=compress%2Cformat" + }, + { + "assetName": "Vision", + "baseAsset": "VSN", + "url": "https://docs.chain.link/ccip/directory/mainnet/token/VSN", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/vsn.webp?auto=compress%2Cformat" + }, + { + "assetName": "Lorenzo Wrapped Bitcoin", + "baseAsset": "enzoBTC", + "url": "https://docs.chain.link/ccip/directory/mainnet/token/enzoBTC", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/enzobtc.webp?auto=compress%2Cformat" + } + ], + "title": "Cross-chain token (CCT) standard: Added support for new tokens", + "topic": "CCIP" + }, { "category": "release", "date": "2025-07-28",