diff --git a/public/changelog.json b/public/changelog.json index 3ab9735c334..5be063eddde 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -302,6 +302,26 @@ } }, "data": [ + { + "category": "integration", + "date": "2025-09-09", + "description": "- This release continues CCIP's expansion to non-EVMs by adding support for the Aptos blockchain. \n - Aptos is now interoperable with several EVM chains including Ethereum, Arbitrum, Base, BNB, Optimism, and Sonic using the latest [CCIP architecture](https://docs.chain.link/ccip/concepts/architecture). \n - More lanes to and from Aptos will be added in the future. \n - No change to any existing EVM Router addresses. \n - Aptos CCIP details can be seen on the [CCIP Directory](https://docs.chain.link/ccip/directory).", + "newNetworks": [ + { + "displayName": "Aptos Mainnet", + "network": "aptos", + "url": "https://docs.chain.link/ccip/directory/mainnet/chain/aptos-mainnet" + }, + { + "displayName": "Aptos Testnet", + "network": "aptos", + "url": "https://docs.chain.link/ccip/directory/testnet/chain/aptos-testnet" + } + ], + "relatedNetworks": ["aptos"], + "title": "CCIP on Aptos", + "topic": "CCIP" + }, { "category": "integration", "date": "2025-09-07", diff --git a/src/components/QuickLinks/data/productChainLinks.ts b/src/components/QuickLinks/data/productChainLinks.ts index 305a6e47e37..19dcdf60143 100644 --- a/src/components/QuickLinks/data/productChainLinks.ts +++ b/src/components/QuickLinks/data/productChainLinks.ts @@ -22,6 +22,7 @@ export const productChainLinks: ProductChainLinks = { chains: { abstract: "/ccip/directory/mainnet/chain/abstract-mainnet", arbitrum: "/ccip/directory/mainnet/chain/ethereum-mainnet-arbitrum-1", + aptos: "/ccip/directory/mainnet/chain/aptos-mainnet", astar: "/ccip/directory/mainnet/chain/polkadot-mainnet-astar", avalanche: "/ccip/directory/mainnet/chain/avalanche-mainnet", "bnb-chain": "/ccip/directory/mainnet/chain/bsc-mainnet",