Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading