Skip to content

Commit bebfd59

Browse files
Changelog Update: New data found (#2733)
* Data: Update changelog for new data items * nit formatting --------- Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
1 parent e1bbeb9 commit bebfd59

File tree

2 files changed

+115
-1
lines changed

2 files changed

+115
-1
lines changed

.github/scripts/data/baseline.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": "2025-06-08T21:02:54Z",
2+
"timestamp": "2025-06-15T21:02:48Z",
33
"knownIds": [
44
"aptos-apt-usd",
55
"aptos-btc-usd",
@@ -374,6 +374,7 @@
374374
"arbitrum-sushi-usd-refprice-mainnet-production",
375375
"arbitrum-sweth-eth exchange rate",
376376
"arbitrum-syn-usd-refprice-mainnet-production",
377+
"arbitrum-syrup-usd-refprice-mainnet-production",
377378
"arbitrum-syrupusdc-usdc-exrate-mainnet-production",
378379
"arbitrum-tao-usd",
379380
"arbitrum-tao-usd-premium-prod-v03",
@@ -464,6 +465,7 @@
464465
"arbitrum-yfi-usd-refprice-mainnet-production",
465466
"arbitrum-yneth-eth-exchange-rate",
466467
"arbitrum-ynethx-eth-exchange-rate",
468+
"arbitrum-yusd-usd-exchange-rate",
467469
"arbitrum-zar-usd",
468470
"arbitrum-zbtc-por",
469471
"arbitrum-zbtc-usd-refprice-mainnet-production",
@@ -472,6 +474,7 @@
472474
"arbitrum-zeta-usd-refprice-mainnet-production",
473475
"arbitrum-zil-usd-refprice-mainnet-production",
474476
"arbitrum-zk-usd-premium-prod",
477+
"arbitrum-zkl-usd-refprice-mainnet-production",
475478
"arbitrum-zro-usd",
476479
"arbitrum-zro-usd-premium-prod",
477480
"avalanche-aave-usd",
@@ -548,6 +551,7 @@
548551
"avalanche-xau-usd",
549552
"avalanche-yfi-usd",
550553
"base-aave-usd",
554+
"base-ada-usd",
551555
"base-aero-usd",
552556
"base-amp-usd",
553557
"base-anon-usd",
@@ -585,6 +589,7 @@
585589
"base-lbtc-usd",
586590
"base-link-eth",
587591
"base-link-usd",
592+
"base-ltc-usd",
588593
"base-mag7.ssi-usd",
589594
"base-matic-usd",
590595
"base-mavia-usd",
@@ -619,6 +624,7 @@
619624
"base-solvbtc.bbn-solvbtc-exchange-rate",
620625
"base-steth-eth",
621626
"base-stg-usd",
627+
"base-superoethb-eth",
622628
"base-susde-usd",
623629
"base-susde-usde-exchange-rate",
624630
"base-susds-usds-exchange-rate",
@@ -650,6 +656,7 @@
650656
"base-wsteth-steth exchangerate",
651657
"base-wstusr-stusr-exchange-rate",
652658
"base-xau-usd",
659+
"base-xrp-usd",
653660
"base-yfi-usd",
654661
"base-yneth-eth-exchange-rate",
655662
"base-ynethx-eth-exchange-rate",

public/changelog.json

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,113 @@
298298
}
299299
},
300300
"data": [
301+
{
302+
"category": "integration",
303+
"date": "2025-06-15",
304+
"description": "New Data Streams available on all [supported networks](https://docs.chain.link/data-streams/crypto-streams):",
305+
"relatedNetworks": [
306+
"apechain",
307+
"arbitrum",
308+
"avalanche",
309+
"base",
310+
"berachain",
311+
"bitlayer",
312+
"blast",
313+
"bnb-chain",
314+
"bob",
315+
"celo",
316+
"ethereum",
317+
"gnosis-chain",
318+
"gravity",
319+
"hashkey",
320+
"hyperliquid",
321+
"ink",
322+
"lens",
323+
"linea",
324+
"mantle",
325+
"opbnb",
326+
"optimism",
327+
"polygon",
328+
"ronin",
329+
"scroll",
330+
"shibarium",
331+
"soneium",
332+
"sonic",
333+
"solana",
334+
"taiko",
335+
"unichain",
336+
"worldchain",
337+
"zksync"
338+
],
339+
"relatedTokens": [
340+
{
341+
"assetName": "Maple Finance",
342+
"baseAsset": "SYRUP",
343+
"quoteAsset": "USD",
344+
"url": "https://data.chain.link/streams/syrup-usd",
345+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/syrup.webp"
346+
},
347+
{
348+
"assetName": "zkLink",
349+
"baseAsset": "ZKL",
350+
"quoteAsset": "USD",
351+
"url": "https://data.chain.link/streams/zkl-usd",
352+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/zkl.webp"
353+
}
354+
],
355+
"title": "Added support to Data Streams",
356+
"topic": "Data Streams"
357+
},
358+
{
359+
"category": "integration",
360+
"date": "2025-06-15",
361+
"description": "New Data Feeds available:",
362+
"relatedNetworks": ["base", "arbitrum"],
363+
"relatedTokens": [
364+
{
365+
"assetName": "Cardano",
366+
"baseAsset": "ADA",
367+
"quoteAsset": "USD",
368+
"network": "base",
369+
"url": "https://data.chain.link/feeds/base/base/ada-usd",
370+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/ada.webp"
371+
},
372+
{
373+
"assetName": "Litecoin",
374+
"baseAsset": "LTC",
375+
"quoteAsset": "USD",
376+
"network": "base",
377+
"url": "https://data.chain.link/feeds/base/base/ltc-usd",
378+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/ltc.webp"
379+
},
380+
{
381+
"assetName": "Super OETH",
382+
"baseAsset": "SUPEROETHB",
383+
"quoteAsset": "ETH",
384+
"network": "base",
385+
"url": "https://data.chain.link/feeds/base/base/superoethb-eth",
386+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/superoethb.webp"
387+
},
388+
{
389+
"assetName": "XRP",
390+
"baseAsset": "XRP",
391+
"quoteAsset": "USD",
392+
"network": "base",
393+
"url": "https://data.chain.link/feeds/base/base/xrp-usd",
394+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/xrp.webp"
395+
},
396+
{
397+
"assetName": "yUSD / USD Exchange Rate",
398+
"baseAsset": "yUSD",
399+
"quoteAsset": "USD",
400+
"network": "arbitrum",
401+
"url": "https://data.chain.link/feeds/arbitrum/mainnet/yusd-usd-exchange-rate",
402+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/yusd.webp"
403+
}
404+
],
405+
"title": "Added support to Data Feeds",
406+
"topic": "Data Feeds"
407+
},
301408
{
302409
"category": "integration",
303410
"date": "2025-06-08",

0 commit comments

Comments
 (0)