diff --git a/.github/scripts/data/baseline.json b/.github/scripts/data/baseline.json index 070eb95e712..7bd7af231cf 100644 --- a/.github/scripts/data/baseline.json +++ b/.github/scripts/data/baseline.json @@ -1,5 +1,5 @@ { - "timestamp": "2025-06-22T21:02:32Z", + "timestamp": "2025-06-29T21:03:00Z", "knownIds": [ "aptos-apt-usd", "aptos-btc-usd", @@ -32,6 +32,7 @@ "arbitrum-anon-usd", "arbitrum-ape-usd", "arbitrum-ape-usd-premium-prod", + "arbitrum-apt-usd", "arbitrum-apt-usd-premium-prod", "arbitrum-apxeth-pxeth-exchange-rate", "arbitrum-ar-usd-refprice-ds-premium-global-003-prod", @@ -963,6 +964,7 @@ "ethereum-steth-usd", "ethereum-stg-usd", "ethereum-susde-usd", + "ethereum-susdf-usdf-exchange-rate", "ethereum-sushi-eth", "ethereum-sushi-usd", "ethereum-swell-eth", diff --git a/public/changelog.json b/public/changelog.json index 19dc1747e27..2d39f67ec3e 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -298,6 +298,32 @@ } }, "data": [ + { + "category": "integration", + "date": "2025-06-29", + "description": "New Data Feeds available:", + "relatedNetworks": ["arbitrum", "ethereum"], + "relatedTokens": [ + { + "assetName": "Aptos", + "baseAsset": "APT", + "quoteAsset": "USD", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/apt-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/apt.webp" + }, + { + "assetName": "Staked Falcon USD", + "baseAsset": "sUSDf", + "quoteAsset": "USDf", + "network": "ethereum", + "url": "https://data.chain.link/feeds/ethereum/mainnet/susdf-usdf-exchange-rate", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/susdf.webp" + } + ], + "title": "Added support to Data Feeds", + "topic": "Data Feeds" + }, { "category": "integration", "date": "2025-06-27",