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
8 changes: 7 additions & 1 deletion .github/scripts/data/baseline.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": "2025-08-24T21:02:58Z",
"timestamp": "2025-08-31T21:02:53Z",
"knownIds": [
"aptos-apt-usd",
"aptos-btc-usd",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
58 changes: 58 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading