Skip to content

Commit

Permalink
changelog test entries
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni committed Feb 5, 2025
1 parent 97092a5 commit 416ccce
Showing 1 changed file with 148 additions and 0 deletions.
148 changes: 148 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,152 @@
[
{
"category": "integration",
"date": "2025-01-01",
"description": "New Data Streams available on all [supported networks](https://docs.chain.link/data-streams/crypto-streams):",
"relatedNetworks": [
"arbitrum",
"avalanche",
"base",
"mantle",
"opbnb",
"optimism",
"scroll",
"shibarium",
"soneium",
"sonic",
"solana",
"zksync"
],
"relatedTokens": [
{
"assetName": "APEcoin",
"baseAsset": "APE",
"quoteAsset": "USD",
"url": "https://data.chain.link/streams/ape-usd"
},
{
"assetName": "Bittensor",
"baseAsset": "TAO",
"quoteAsset": "USD",
"url": "https://data.chain.link/streams/tao-usd"
}
],
"title": "Added support to Data Streams",
"topic": "data-streams"
},
{
"category": "integration",
"date": "2025-01-01",
"description": "New SmartData Feeds available:",
"relatedNetworks": ["ethereum"],
"relatedTokens": [
{
"assetName": "Bitcoin (BTC)",
"baseAsset": "WBTC",
"network": "ethereum",
"productTypeCode": "PoR",
"url": "https://data.chain.link/feeds/ethereum/mainnet/wbtc-por"
},
{
"assetName": "Spiko US T-Bills Money Market Fund (USTBL)",
"baseAsset": "USTBL",
"network": "ethereum",
"productTypeCode": "NAV",
"url": "https://data.chain.link/feeds/ethereum/mainnet/ustbl-nav"
}
],
"title": "Added support to SmartData",
"topic": "smartdata"
},
{
"category": "integration",
"date": "2025-01-01",
"description": "New Data Feeds available:",
"relatedNetworks": ["arbitrum", "ethereum", "optimism", "polygon"],
"relatedTokens": [
{
"assetName": "APEcoin",
"baseAsset": "APE",
"network": "arbitrum",
"quoteAsset": "USD",
"url": "https://data.chain.link/feeds/arbitrum/mainnet/ape-usd"
},
{
"assetName": "APEcoin",
"baseAsset": "APE",
"network": "ethereum",
"quoteAsset": "USD",
"url": "https://data.chain.link/feeds/ethereum/mainnet/ape-usd"
},
{
"assetName": "APEcoin",
"baseAsset": "APE",
"network": "optimism",
"quoteAsset": "USD",
"url": "https://data.chain.link/feeds/optimism/mainnet/ape-usd"
},
{
"assetName": "APEcoin",
"baseAsset": "APE",
"network": "polygon",
"quoteAsset": "USD",
"url": "https://data.chain.link/feeds/polygon/mainnet/ape-usd"
},
{
"assetName": "Bittensor",
"baseAsset": "TAO",
"network": "ethereum",
"quoteAsset": "USD",
"url": "https://data.chain.link/feeds/ethereum/mainnet/tao-usd"
}
],
"title": "Added support to Data Feeds",
"topic": "data-feeds"
},
{
"category": "integration",
"date": "2025-01-01",
"description": "Chainlink CCIP is publicly available on:",
"newNetworks": [
{
"displayName": "Shibarium Mainnet",
"network": "shibarium",
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/shibarium-mainnet"
},
{
"displayName": "Shibarium Puppynet",
"network": "shibarium",
"url": "https://docs.chain.link/ccip/directory/testnet/chain/shibarium-testnet-puppynet"
},
{
"displayName": "Soneium Minato",
"network": "soneium",
"url": "https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-sepolia-soneium-1"
}
],
"relatedNetworks": ["shibarium", "soneium"],
"title": "Added network support to CCIP",
"topic": "ccip"
},
{
"category": "integration",
"date": "2025-01-01",
"description": "New Cross-Chain Tokens available:",
"relatedTokens": [
{
"assetName": "Wrapped Ether",
"baseAsset": "WETH",
"url": "https://docs.chain.link/ccip/directory/mainnet/token/WETH"
},
{
"assetName": "USDC Coin",
"baseAsset": "USDC",
"url": "https://docs.chain.link/ccip/directory/mainnet/token/USDC"
}
],
"title": "Added support to Cross-Chain Tokens",
"topic": "ccip"
},
{
"category": "release",
"changes": [],
Expand Down

0 comments on commit 416ccce

Please sign in to comment.