Skip to content

Commit b2eb2e0

Browse files
Add Aptos to changelog and quicklinks (#2962)
1 parent fe20ae9 commit b2eb2e0

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

public/changelog.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,26 @@
302302
}
303303
},
304304
"data": [
305+
{
306+
"category": "integration",
307+
"date": "2025-09-09",
308+
"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).",
309+
"newNetworks": [
310+
{
311+
"displayName": "Aptos Mainnet",
312+
"network": "aptos",
313+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/aptos-mainnet"
314+
},
315+
{
316+
"displayName": "Aptos Testnet",
317+
"network": "aptos",
318+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/aptos-testnet"
319+
}
320+
],
321+
"relatedNetworks": ["aptos"],
322+
"title": "CCIP on Aptos",
323+
"topic": "CCIP"
324+
},
305325
{
306326
"category": "integration",
307327
"date": "2025-09-07",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const productChainLinks: ProductChainLinks = {
2222
chains: {
2323
abstract: "/ccip/directory/mainnet/chain/abstract-mainnet",
2424
arbitrum: "/ccip/directory/mainnet/chain/ethereum-mainnet-arbitrum-1",
25+
aptos: "/ccip/directory/mainnet/chain/aptos-mainnet",
2526
astar: "/ccip/directory/mainnet/chain/polkadot-mainnet-astar",
2627
avalanche: "/ccip/directory/mainnet/chain/avalanche-mainnet",
2728
"bnb-chain": "/ccip/directory/mainnet/chain/bsc-mainnet",

0 commit comments

Comments
 (0)