diff --git a/.github/scripts/data/baseline.json b/.github/scripts/data/baseline.json index 3fb06c01107..4d0836fbbf5 100644 --- a/.github/scripts/data/baseline.json +++ b/.github/scripts/data/baseline.json @@ -1,5 +1,5 @@ { - "timestamp": "2025-08-24T21:02:58Z", + "timestamp": "2025-08-31T21:02:53Z", "knownIds": [ "aptos-apt-usd", "aptos-btc-usd", @@ -509,6 +509,7 @@ "arbitrum-usdd-usd", "arbitrum-usde-usd", "arbitrum-usde-usd-premium-prod", + "arbitrum-usdg-usd", "arbitrum-usds-usd", "arbitrum-usds-usd-refprice-mainnet-production", "arbitrum-usdt-usd", @@ -882,10 +883,12 @@ "bnb-chain-spy-usd", "bnb-chain-stbtc-por", "bnb-chain-stone-eth-exchange-rate", + "bnb-chain-susd1+-usd1-exchange-rate", "bnb-chain-susde-usde-exchange-rate", "bnb-chain-susdf-usdf-exchange-rate", "bnb-chain-sushi-usd", "bnb-chain-sxp-usd", + "bnb-chain-tree-usd", "bnb-chain-trx-usd", "bnb-chain-tsla-usd", "bnb-chain-tusd-usd", @@ -907,6 +910,7 @@ "bnb-chain-woo-usd", "bnb-chain-wsteth-steth-exchange-rate", "bnb-chain-wsteth-usd", + "bnb-chain-wstusr-stusr-exchange-rate", "bnb-chain-wti-usd", "bnb-chain-xag-usd", "bnb-chain-xau-usd", @@ -1107,6 +1111,7 @@ "ethereum-snx-usd", "ethereum-sol-usd", "ethereum-solvbtc-btc", + "ethereum-solvbtc-btc-exchange-rate", "ethereum-solvbtc-por", "ethereum-solvbtc.bbn-solvbtc-exchange-rate", "ethereum-spell-usd", @@ -1147,6 +1152,7 @@ "ethereum-usdc-usd-svr", "ethereum-usde-usd", "ethereum-usdf-usd", + "ethereum-usdg-usd", "ethereum-usdp-usd", "ethereum-usds-usd", "ethereum-usdt-eth", diff --git a/public/changelog.json b/public/changelog.json index 2ffd8dcad11..6d4499abf2c 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -323,6 +323,64 @@ "title": "Cross-chain token (CCT) standard: Added support for new tokens", "topic": "CCIP" }, + { + "category": "integration", + "date": "2025-08-31", + "description": "New Data Feeds available:", + "relatedNetworks": ["ethereum", "arbitrum", "bnb-chain"], + "relatedTokens": [ + { + "assetName": "Global Dollar", + "baseAsset": "USDG", + "quoteAsset": "USD", + "network": "ethereum", + "url": "https://data.chain.link/feeds/ethereum/mainnet/usdg-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/usdg.webp" + }, + { + "assetName": "Global Dollar", + "baseAsset": "USDG", + "quoteAsset": "USD", + "network": "arbitrum", + "url": "https://data.chain.link/feeds/arbitrum/mainnet/usdg-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/usdg.webp" + }, + { + "assetName": "Resolv wstUSR", + "baseAsset": "wstUSR", + "quoteAsset": "stUSR", + "network": "bnb-chain", + "url": "https://data.chain.link/feeds/bsc/mainnet/wstusr-stusr-exchange-rate", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/wstusr.webp" + }, + { + "assetName": "Solv Protocol SolvBTC / BTC Exchange Rate", + "baseAsset": "solvBTC", + "quoteAsset": "BTC", + "network": "ethereum", + "url": "https://data.chain.link/feeds/ethereum/mainnet/solvbtc-btc-exchange-rate", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/solvbtc.webp" + }, + { + "assetName": "SUSD1+ / SUSD Exchange Rate", + "baseAsset": "SUSD1+", + "quoteAsset": "SUSD1+", + "network": "bnb-chain", + "url": "https://data.chain.link/feeds/bsc/mainnet/susd1+-usd1-exchange-rate", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/susd1+.webp" + }, + { + "assetName": "Treehouse", + "baseAsset": "TREE", + "quoteAsset": "USD", + "network": "bnb-chain", + "url": "https://data.chain.link/feeds/bsc/mainnet/tree-usd", + "iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/tree.webp" + } + ], + "title": "Added support to Data Feeds", + "topic": "Data Feeds" + }, { "category": "integration", "date": "2025-08-24",