diff --git a/.github/scripts/data/baseline.json b/.github/scripts/data/baseline.json index 0abba2aee45..070eb95e712 100644 --- a/.github/scripts/data/baseline.json +++ b/.github/scripts/data/baseline.json @@ -1,5 +1,5 @@ { - "timestamp": "2025-06-15T21:02:48Z", + "timestamp": "2025-06-22T21:02:32Z", "knownIds": [ "aptos-apt-usd", "aptos-btc-usd", @@ -163,6 +163,7 @@ "arbitrum-fxs-usd", "arbitrum-fxs-usd-premium-prod-v03", "arbitrum-gala-usd-premium-prod-v03", + "arbitrum-gas-usd", "arbitrum-gbp-usd", "arbitrum-gbp-usd-rwa-prod-v04", "arbitrum-gho-usd", @@ -570,6 +571,7 @@ "base-cbeth-eth-exchange", "base-cbeth-usd", "base-ceth-reserves", + "base-chf-usd", "base-comp-usd", "base-ctx-usd", "base-cusdo-usd", @@ -581,6 +583,7 @@ "base-eurc-usd", "base-ezeth-eth", "base-ezeth-eth-exchange-rate", + "base-gbp-usd", "base-gho-usd", "base-ibtc-por", "base-ineth-eth-exchange-rate", @@ -908,6 +911,7 @@ "ethereum-link-usd", "ethereum-link-usd-svr", "ethereum-lrc-eth", + "ethereum-lseth-eth-exchange-rate", "ethereum-lusd-usd", "ethereum-m-nav", "ethereum-mana-eth", diff --git a/public/changelog.json b/public/changelog.json index b692de4501e..c72e39756cf 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -298,6 +298,48 @@ } }, "data": [ + { + "category": "integration", + "date": "2025-06-22", + "description": "New Data Feeds available:", + "relatedNetworks": ["base", "arbitrum", "ethereum"], + "relatedTokens": [ + { + "assetName": "British Pound", + "baseAsset": "GBP", + "quoteAsset": "USD", + "network": "base", + "url": "https://data.chain.link/feeds/base/base/gbp-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/gbp.webp" + }, + { + "assetName": "Gas", + "baseAsset": "GAS", + "quoteAsset": "USD", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/gas-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/gas.webp" + }, + { + "assetName": "Liquid Staked ETH", + "baseAsset": "LSETH", + "quoteAsset": "ETH", + "network": "ethereum", + "url": "https://data.chain.link/feeds/ethereum/mainnet/lseth-eth-exchange-rate", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/lseth.webp" + }, + { + "assetName": "Swiss Franc", + "baseAsset": "CHF", + "quoteAsset": "USD", + "network": "base", + "url": "https://data.chain.link/feeds/base/base/chf-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/chf.webp" + } + ], + "title": "Added support to Data Feeds", + "topic": "Data Feeds" + }, { "category": "integration", "date": "2025-06-19",