diff --git a/.github/scripts/data/baseline.json b/.github/scripts/data/baseline.json index feb80c75da3..0abba2aee45 100644 --- a/.github/scripts/data/baseline.json +++ b/.github/scripts/data/baseline.json @@ -1,5 +1,5 @@ { - "timestamp": "2025-06-08T21:02:54Z", + "timestamp": "2025-06-15T21:02:48Z", "knownIds": [ "aptos-apt-usd", "aptos-btc-usd", @@ -374,6 +374,7 @@ "arbitrum-sushi-usd-refprice-mainnet-production", "arbitrum-sweth-eth exchange rate", "arbitrum-syn-usd-refprice-mainnet-production", + "arbitrum-syrup-usd-refprice-mainnet-production", "arbitrum-syrupusdc-usdc-exrate-mainnet-production", "arbitrum-tao-usd", "arbitrum-tao-usd-premium-prod-v03", @@ -464,6 +465,7 @@ "arbitrum-yfi-usd-refprice-mainnet-production", "arbitrum-yneth-eth-exchange-rate", "arbitrum-ynethx-eth-exchange-rate", + "arbitrum-yusd-usd-exchange-rate", "arbitrum-zar-usd", "arbitrum-zbtc-por", "arbitrum-zbtc-usd-refprice-mainnet-production", @@ -472,6 +474,7 @@ "arbitrum-zeta-usd-refprice-mainnet-production", "arbitrum-zil-usd-refprice-mainnet-production", "arbitrum-zk-usd-premium-prod", + "arbitrum-zkl-usd-refprice-mainnet-production", "arbitrum-zro-usd", "arbitrum-zro-usd-premium-prod", "avalanche-aave-usd", @@ -548,6 +551,7 @@ "avalanche-xau-usd", "avalanche-yfi-usd", "base-aave-usd", + "base-ada-usd", "base-aero-usd", "base-amp-usd", "base-anon-usd", @@ -585,6 +589,7 @@ "base-lbtc-usd", "base-link-eth", "base-link-usd", + "base-ltc-usd", "base-mag7.ssi-usd", "base-matic-usd", "base-mavia-usd", @@ -619,6 +624,7 @@ "base-solvbtc.bbn-solvbtc-exchange-rate", "base-steth-eth", "base-stg-usd", + "base-superoethb-eth", "base-susde-usd", "base-susde-usde-exchange-rate", "base-susds-usds-exchange-rate", @@ -650,6 +656,7 @@ "base-wsteth-steth exchangerate", "base-wstusr-stusr-exchange-rate", "base-xau-usd", + "base-xrp-usd", "base-yfi-usd", "base-yneth-eth-exchange-rate", "base-ynethx-eth-exchange-rate", diff --git a/public/changelog.json b/public/changelog.json index ca641517f20..1ec164f1ecd 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -298,6 +298,113 @@ } }, "data": [ + { + "category": "integration", + "date": "2025-06-15", + "description": "New Data Streams available on all [supported networks](https://docs.chain.link/data-streams/crypto-streams):", + "relatedNetworks": [ + "apechain", + "arbitrum", + "avalanche", + "base", + "berachain", + "bitlayer", + "blast", + "bnb-chain", + "bob", + "celo", + "ethereum", + "gnosis-chain", + "gravity", + "hashkey", + "hyperliquid", + "ink", + "lens", + "linea", + "mantle", + "opbnb", + "optimism", + "polygon", + "ronin", + "scroll", + "shibarium", + "soneium", + "sonic", + "solana", + "taiko", + "unichain", + "worldchain", + "zksync" + ], + "relatedTokens": [ + { + "assetName": "Maple Finance", + "baseAsset": "SYRUP", + "quoteAsset": "USD", + "url": "https://data.chain.link/streams/syrup-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/syrup.webp" + }, + { + "assetName": "zkLink", + "baseAsset": "ZKL", + "quoteAsset": "USD", + "url": "https://data.chain.link/streams/zkl-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/zkl.webp" + } + ], + "title": "Added support to Data Streams", + "topic": "Data Streams" + }, + { + "category": "integration", + "date": "2025-06-15", + "description": "New Data Feeds available:", + "relatedNetworks": ["base", "arbitrum"], + "relatedTokens": [ + { + "assetName": "Cardano", + "baseAsset": "ADA", + "quoteAsset": "USD", + "network": "base", + "url": "https://data.chain.link/feeds/base/base/ada-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/ada.webp" + }, + { + "assetName": "Litecoin", + "baseAsset": "LTC", + "quoteAsset": "USD", + "network": "base", + "url": "https://data.chain.link/feeds/base/base/ltc-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/ltc.webp" + }, + { + "assetName": "Super OETH", + "baseAsset": "SUPEROETHB", + "quoteAsset": "ETH", + "network": "base", + "url": "https://data.chain.link/feeds/base/base/superoethb-eth", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/superoethb.webp" + }, + { + "assetName": "XRP", + "baseAsset": "XRP", + "quoteAsset": "USD", + "network": "base", + "url": "https://data.chain.link/feeds/base/base/xrp-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/xrp.webp" + }, + { + "assetName": "yUSD / USD Exchange Rate", + "baseAsset": "yUSD", + "quoteAsset": "USD", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/yusd-usd-exchange-rate", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/yusd.webp" + } + ], + "title": "Added support to Data Feeds", + "topic": "Data Feeds" + }, { "category": "integration", "date": "2025-06-08",