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
7 changes: 6 additions & 1 deletion .github/scripts/data/baseline.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "2025-11-23T21:03:30Z",
"timestamp": "2025-11-30T21:03:22Z",
"knownIds": [
"aptos-apt-usd",
"aptos-btc-usd",
Expand Down Expand Up @@ -185,6 +185,7 @@
"arbitrum-eth-usd",
"arbitrum-eth-usd-marketcap",
"arbitrum-eth-usd-premium-prod",
"arbitrum-eth-usd-svr",
"arbitrum-ethfi-usd-premium-prod",
"arbitrum-ethx-eth-exchange-rate",
"arbitrum-eur-usd",
Expand Down Expand Up @@ -365,6 +366,8 @@
"arbitrum-mnt-usd",
"arbitrum-mnt-usd-refprice-mainnet-production",
"arbitrum-mog-usd-premium-prod-v03",
"arbitrum-mon-usd",
"arbitrum-mon-usd-streams-cexprice-mainnet-production",
"arbitrum-moodeng-usd-premium-prod-v03",
"arbitrum-morpho-usd-refprice-mainnet-production",
"arbitrum-mplx-usd-streams-cexprice-mainnet-production",
Expand Down Expand Up @@ -1499,6 +1502,7 @@
"linea-linea-usd",
"linea-link-eth",
"linea-link-usd",
"linea-m-nav-linea",
"linea-matic-usd",
"linea-musd-usd",
"linea-oseth-eth-exchange-rate",
Expand All @@ -1512,6 +1516,7 @@
"linea-rseth-eth",
"linea-rsweth-eth-exchange-rate",
"linea-savbtc-avbtc-exchange-rate",
"linea-saveth-aveth-exchange-rate",
"linea-savusd-avusd-exchange-rate",
"linea-ultraeths-eth-exchange-rate",
"linea-usd1-usd",
Expand Down
105 changes: 105 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,111 @@
"title": "Cross-chain token (CCT) standard: Added support for new tokens",
"topic": "CCIP"
},
{
"category": "integration",
"date": "2025-11-30",
"description": "New Data Streams available on all [supported networks](https://docs.chain.link/data-streams/crypto-streams):",
"relatedNetworks": [
"0g",
"apechain",
"aptos",
"arbitrum",
"avalanche",
"base",
"berachain",
"bitlayer",
"blast",
"bnb-chain",
"bob",
"botanix",
"celo",
"ethereum",
"gnosis-chain",
"gravity",
"hashkey",
"hedera",
"hyperliquid",
"injective",
"ink",
"jovay",
"katana",
"lens",
"linea",
"mantle",
"metis",
"monad",
"opbnb",
"optimism",
"polygon",
"plasma",
"ronin",
"scroll",
"shibarium",
"sei",
"soneium",
"sonic",
"solana",
"taiko",
"unichain",
"worldchain",
"zksync"
],
"relatedTokens": [
{
"assetName": "Monad",
"baseAsset": "MON",
"quoteAsset": "USD",
"url": "https://data.chain.link/streams/mon-usd",
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/mon.webp"
}
],
"title": "Added support to Data Streams",
"topic": "Data Streams"
},
{
"category": "integration",
"date": "2025-11-30",
"description": "New SmartData Feeds available:",
"relatedNetworks": ["linea"],
"relatedTokens": [
{
"assetName": "M",
"baseAsset": "MN",
"network": "linea",
"productTypeCode": "NAV",
"url": "https://data.chain.link/feeds/linea/mainnet/m-nav-linea",
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/mn.webp"
}
],
"title": "Added support to SmartData",
"topic": "SmartData"
},
{
"category": "integration",
"date": "2025-11-30",
"description": "New Data Feeds available:",
"relatedNetworks": ["linea", "ethereum"],
"relatedTokens": [
{
"assetName": "Avant Staked ETH",
"baseAsset": "savETH",
"quoteAsset": "avETH",
"network": "linea",
"url": "https://data.chain.link/feeds/linea/mainnet/saveth-aveth-exchange-rate",
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/saveth.webp"
},
{
"assetName": "Monad",
"baseAsset": "MON",
"quoteAsset": "USD",
"network": "arbitrum",
"url": "https://data.chain.link/feeds/arbitrum/mainnet/mon-usd",
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/mon.webp"
}
],
"title": "Added support to Data Feeds",
"topic": "Data Feeds"
},
{
"category": "integration",
"date": "2025-11-25",
Expand Down
Loading