From d3d8af13931e328354206601b7abf50254428237 Mon Sep 17 00:00:00 2001 From: Zelig880 <9040770+Zelig880@users.noreply.github.com> Date: Sun, 6 Jul 2025 21:06:33 +0000 Subject: [PATCH] CCT: Update changelog with new tokens --- public/changelog.json | 80 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 73 insertions(+), 7 deletions(-) diff --git a/public/changelog.json b/public/changelog.json index 8e90f4c3dca..014b951c9c3 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -298,6 +298,21 @@ } }, "data": [ + { + "category": "integration", + "date": "2025-07-06", + "description": "Newly supported tokens: MEW", + "relatedTokens": [ + { + "assetName": "cat in a dogs world", + "baseAsset": "MEW", + "url": "https://docs.chain.link/ccip/directory/mainnet/token/MEW", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/mew.webp?auto=compress%2Cformat" + } + ], + "title": "Cross-chain token (CCT) standard: Added support for new tokens", + "topic": "CCIP" + }, { "category": "integration", "date": "2025-07-02", @@ -2070,7 +2085,14 @@ "category": "integration", "date": "2025-05-11", "description": "New Data Feeds available:", - "relatedNetworks": ["arbitrum", "ethereum", "celo", "sonic", "polygon", "bnb-chain"], + "relatedNetworks": [ + "arbitrum", + "ethereum", + "celo", + "sonic", + "polygon", + "bnb-chain" + ], "relatedTokens": [ { "assetName": "Berachain", @@ -2802,7 +2824,15 @@ "url": "https://docs.chain.link/ccip/directory/testnet/chain/zora-testnet" } ], - "relatedNetworks": ["abstract", "hemi", "lisk", "metal", "mint", "superseed", "zora"], + "relatedNetworks": [ + "abstract", + "hemi", + "lisk", + "metal", + "mint", + "superseed", + "zora" + ], "title": "CCIP on new blockchains", "topic": "CCIP" }, @@ -3961,7 +3991,17 @@ "url": "https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-sepolia-xlayer-1" } ], - "relatedNetworks": ["botanix", "corn", "hashkey", "ink", "polygonzkevm", "sei", "soneium", "xlayer", "monad"], + "relatedNetworks": [ + "botanix", + "corn", + "hashkey", + "ink", + "polygonzkevm", + "sei", + "soneium", + "xlayer", + "monad" + ], "title": "CCIP Expands to New Blockchains", "topic": "CCIP" }, @@ -4819,7 +4859,13 @@ "category": "release", "date": "2023-07-20", "description": "Chainlink CCIP is publicly available on the following testnet chains:\n\n- Ethereum Sepolia\n- Optimism Goerli\n- Avalanche Fuji\n- Arbitrum Goerli\n- Polygon Mumbai\n\nSee the [CCIP Directory](https://docs.chain.link/ccip/directory/testnet) page for more information.", - "relatedNetworks": ["ethereum", "optimism", "avalanche", "arbitrum", "polygon"], + "relatedNetworks": [ + "ethereum", + "optimism", + "avalanche", + "arbitrum", + "polygon" + ], "title": "CCIP Testnet GA release", "topic": "CCIP" }, @@ -4968,7 +5014,13 @@ "category": "release", "date": "2024-04-29", "description": "VRF V2.5 is available on Ethereum, BNB Chain, Polygon, Avalanche and Arbitrum mainnets and testnets.The new version of Chainlink VRF implements the following changes:\n\n- Support for native gas token billing\n- Easy 1-click migration to future new versions\n- New [billing model](https://docs.chain.link/vrf/v2-5/billing), where the premium is a percentage of the gas costs of the VRF callback instead of a flat fee\n- Gas optimizations\n\nLearn how to [migrate to VRF V2.5](https://docs.chain.link/vrf/v2-5/migration-from-v2).", - "relatedNetworks": ["ethereum", "bnb-chain", "polygon", "avalanche", "arbitrum"], + "relatedNetworks": [ + "ethereum", + "bnb-chain", + "polygon", + "avalanche", + "arbitrum" + ], "title": "VRF v2.5", "topic": "VRF" }, @@ -5133,7 +5185,14 @@ "category": "deprecation", "date": "2024-06-03", "description": "Older Automation [registrars](https://docs.chain.link/chainlink-automation/reference/automation-contracts#automationregistrarsol) for v1.0, v1.1, v1.2, v1.3, and v2.0 are deprecated on all [supported networks](https://docs.chain.link/chainlink-automation/overview/supported-networks) (Ethereum, Avalanche, BSC, Polygon, Arbitrum and Optimism). You can no longer register new upkeeps using these older versions. Please [migrate your older upkeeps to Automation 2.1](https://docs.chain.link/chainlink-automation/guides/migrate-to-v2) to ensure they remain operational as we start deprecating older versions.", - "relatedNetworks": ["ethereum", "avalanche", "bnb-chain", "polygon", "arbitrum", "optimism"], + "relatedNetworks": [ + "ethereum", + "avalanche", + "bnb-chain", + "polygon", + "arbitrum", + "optimism" + ], "title": "Registrar deprecation through v2.0", "topic": "Automation" }, @@ -5187,7 +5246,14 @@ "category": "release", "date": "2023-10-02", "description": "Automation 2.0 is now live on Ethereum, Binance Smart Chain, Polygon, Avalanche, Arbitrum, and Optimism. Automation 2.0 features include:\n\n- **Verifiable compute**: The Automation DON now leverages a consensus mechanism, via Chainlink OCR3, to give you cryptographically verified compute. Save up to 90% of onchain gas costs by off-loading compute intensive tasks to the Automation DON.\n- **Log triggers**: Natively use log data in your smart contracts with [log triggers](https://docs.chain.link/chainlink-automation/guides/log-trigger). Unlock new connection possibilities.\n- **StreamsLookup**: Seamlessly access and use Chainlink's Low Latency Data in upkeeps via [StreamsLookup](https://docs.chain.link/chainlink-automation/reference/automation-interfaces#streamslookupcompatibleinterface). Build like the best Derivative protocols.\n- **Forwarder**: A unique `msg.Sender` for your `performUpkeep` function so you can lock down sensitive upkeeps. Read more about the [forwarder](https://docs.chain.link/chainlink-automation/guides/forwarder).", - "relatedNetworks": ["ethereum", "bnb-chain", "polygon", "avalanche", "arbitrum", "optimism"], + "relatedNetworks": [ + "ethereum", + "bnb-chain", + "polygon", + "avalanche", + "arbitrum", + "optimism" + ], "title": "Automation v2.0 release", "topic": "Automation" },