Skip to content

Commit fafe9a3

Browse files
Data: Update changelog for new data items (#2934)
Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
1 parent bb44d5f commit fafe9a3

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed

.github/scripts/data/baseline.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": "2025-08-24T21:02:58Z",
2+
"timestamp": "2025-08-31T21:02:53Z",
33
"knownIds": [
44
"aptos-apt-usd",
55
"aptos-btc-usd",
@@ -509,6 +509,7 @@
509509
"arbitrum-usdd-usd",
510510
"arbitrum-usde-usd",
511511
"arbitrum-usde-usd-premium-prod",
512+
"arbitrum-usdg-usd",
512513
"arbitrum-usds-usd",
513514
"arbitrum-usds-usd-refprice-mainnet-production",
514515
"arbitrum-usdt-usd",
@@ -882,10 +883,12 @@
882883
"bnb-chain-spy-usd",
883884
"bnb-chain-stbtc-por",
884885
"bnb-chain-stone-eth-exchange-rate",
886+
"bnb-chain-susd1+-usd1-exchange-rate",
885887
"bnb-chain-susde-usde-exchange-rate",
886888
"bnb-chain-susdf-usdf-exchange-rate",
887889
"bnb-chain-sushi-usd",
888890
"bnb-chain-sxp-usd",
891+
"bnb-chain-tree-usd",
889892
"bnb-chain-trx-usd",
890893
"bnb-chain-tsla-usd",
891894
"bnb-chain-tusd-usd",
@@ -907,6 +910,7 @@
907910
"bnb-chain-woo-usd",
908911
"bnb-chain-wsteth-steth-exchange-rate",
909912
"bnb-chain-wsteth-usd",
913+
"bnb-chain-wstusr-stusr-exchange-rate",
910914
"bnb-chain-wti-usd",
911915
"bnb-chain-xag-usd",
912916
"bnb-chain-xau-usd",
@@ -1107,6 +1111,7 @@
11071111
"ethereum-snx-usd",
11081112
"ethereum-sol-usd",
11091113
"ethereum-solvbtc-btc",
1114+
"ethereum-solvbtc-btc-exchange-rate",
11101115
"ethereum-solvbtc-por",
11111116
"ethereum-solvbtc.bbn-solvbtc-exchange-rate",
11121117
"ethereum-spell-usd",
@@ -1147,6 +1152,7 @@
11471152
"ethereum-usdc-usd-svr",
11481153
"ethereum-usde-usd",
11491154
"ethereum-usdf-usd",
1155+
"ethereum-usdg-usd",
11501156
"ethereum-usdp-usd",
11511157
"ethereum-usds-usd",
11521158
"ethereum-usdt-eth",

public/changelog.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,64 @@
323323
"title": "Cross-chain token (CCT) standard: Added support for new tokens",
324324
"topic": "CCIP"
325325
},
326+
{
327+
"category": "integration",
328+
"date": "2025-08-31",
329+
"description": "New Data Feeds available:",
330+
"relatedNetworks": ["ethereum", "arbitrum", "bnb-chain"],
331+
"relatedTokens": [
332+
{
333+
"assetName": "Global Dollar",
334+
"baseAsset": "USDG",
335+
"quoteAsset": "USD",
336+
"network": "ethereum",
337+
"url": "https://data.chain.link/feeds/ethereum/mainnet/usdg-usd",
338+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/usdg.webp"
339+
},
340+
{
341+
"assetName": "Global Dollar",
342+
"baseAsset": "USDG",
343+
"quoteAsset": "USD",
344+
"network": "arbitrum",
345+
"url": "https://data.chain.link/feeds/arbitrum/mainnet/usdg-usd",
346+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/usdg.webp"
347+
},
348+
{
349+
"assetName": "Resolv wstUSR",
350+
"baseAsset": "wstUSR",
351+
"quoteAsset": "stUSR",
352+
"network": "bnb-chain",
353+
"url": "https://data.chain.link/feeds/bsc/mainnet/wstusr-stusr-exchange-rate",
354+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/wstusr.webp"
355+
},
356+
{
357+
"assetName": "Solv Protocol SolvBTC / BTC Exchange Rate",
358+
"baseAsset": "solvBTC",
359+
"quoteAsset": "BTC",
360+
"network": "ethereum",
361+
"url": "https://data.chain.link/feeds/ethereum/mainnet/solvbtc-btc-exchange-rate",
362+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/solvbtc.webp"
363+
},
364+
{
365+
"assetName": "SUSD1+ / SUSD Exchange Rate",
366+
"baseAsset": "SUSD1+",
367+
"quoteAsset": "SUSD1+",
368+
"network": "bnb-chain",
369+
"url": "https://data.chain.link/feeds/bsc/mainnet/susd1+-usd1-exchange-rate",
370+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/susd1+.webp"
371+
},
372+
{
373+
"assetName": "Treehouse",
374+
"baseAsset": "TREE",
375+
"quoteAsset": "USD",
376+
"network": "bnb-chain",
377+
"url": "https://data.chain.link/feeds/bsc/mainnet/tree-usd",
378+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/tree.webp"
379+
}
380+
],
381+
"title": "Added support to Data Feeds",
382+
"topic": "Data Feeds"
383+
},
326384
{
327385
"category": "integration",
328386
"date": "2025-08-24",

0 commit comments

Comments
 (0)