From 416ccce34d44769ef8277af9913b52825215bab3 Mon Sep 17 00:00:00 2001 From: Karim <98668332+khadni@users.noreply.github.com> Date: Wed, 5 Feb 2025 07:44:29 -0500 Subject: [PATCH 1/3] changelog test entries --- public/changelog.json | 148 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) diff --git a/public/changelog.json b/public/changelog.json index 1842858120f..b9cb2d238c5 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -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": [], From 545e681585184e3dbb430ba08fad4194ef7fc4ab Mon Sep 17 00:00:00 2001 From: Karim <98668332+khadni@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:46:21 -0500 Subject: [PATCH 2/3] update with iconUrl --- public/changelog.json | 1626 +---------------------------------------- 1 file changed, 22 insertions(+), 1604 deletions(-) diff --git a/public/changelog.json b/public/changelog.json index b9cb2d238c5..b5d54942586 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -22,13 +22,15 @@ "assetName": "APEcoin", "baseAsset": "APE", "quoteAsset": "USD", - "url": "https://data.chain.link/streams/ape-usd" + "url": "https://data.chain.link/streams/ape-usd", + "iconUrl": "https://..." }, { "assetName": "Bittensor", "baseAsset": "TAO", "quoteAsset": "USD", - "url": "https://data.chain.link/streams/tao-usd" + "url": "https://data.chain.link/streams/tao-usd", + "iconUrl": "https://..." } ], "title": "Added support to Data Streams", @@ -45,14 +47,16 @@ "baseAsset": "WBTC", "network": "ethereum", "productTypeCode": "PoR", - "url": "https://data.chain.link/feeds/ethereum/mainnet/wbtc-por" + "url": "https://data.chain.link/feeds/ethereum/mainnet/wbtc-por", + "iconUrl": "https://..." }, { "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" + "url": "https://data.chain.link/feeds/ethereum/mainnet/ustbl-nav", + "iconUrl": "https://..." } ], "title": "Added support to SmartData", @@ -69,35 +73,40 @@ "baseAsset": "APE", "network": "arbitrum", "quoteAsset": "USD", - "url": "https://data.chain.link/feeds/arbitrum/mainnet/ape-usd" + "url": "https://data.chain.link/feeds/arbitrum/mainnet/ape-usd", + "iconUrl": "https://..." }, { "assetName": "APEcoin", "baseAsset": "APE", "network": "ethereum", "quoteAsset": "USD", - "url": "https://data.chain.link/feeds/ethereum/mainnet/ape-usd" + "url": "https://data.chain.link/feeds/ethereum/mainnet/ape-usd", + "iconUrl": "https://..." }, { "assetName": "APEcoin", "baseAsset": "APE", "network": "optimism", "quoteAsset": "USD", - "url": "https://data.chain.link/feeds/optimism/mainnet/ape-usd" + "url": "https://data.chain.link/feeds/optimism/mainnet/ape-usd", + "iconUrl": "https://..." }, { "assetName": "APEcoin", "baseAsset": "APE", "network": "polygon", "quoteAsset": "USD", - "url": "https://data.chain.link/feeds/polygon/mainnet/ape-usd" + "url": "https://data.chain.link/feeds/polygon/mainnet/ape-usd", + "iconUrl": "https://..." }, { "assetName": "Bittensor", "baseAsset": "TAO", "network": "ethereum", "quoteAsset": "USD", - "url": "https://data.chain.link/feeds/ethereum/mainnet/tao-usd" + "url": "https://data.chain.link/feeds/ethereum/mainnet/tao-usd", + "iconUrl": "https://..." } ], "title": "Added support to Data Feeds", @@ -136,1608 +145,17 @@ { "assetName": "Wrapped Ether", "baseAsset": "WETH", - "url": "https://docs.chain.link/ccip/directory/mainnet/token/WETH" + "url": "https://docs.chain.link/ccip/directory/mainnet/token/WETH", + "iconUrl": "https://..." }, { "assetName": "USDC Coin", "baseAsset": "USDC", - "url": "https://docs.chain.link/ccip/directory/mainnet/token/USDC" + "url": "https://docs.chain.link/ccip/directory/mainnet/token/USDC", + "iconUrl": "https://..." } ], "title": "Added support to Cross-Chain Tokens", "topic": "ccip" - }, - { - "category": "release", - "changes": [], - "date": "2025-01-30", - "description": "Chainlink Node v2.20.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.20.0) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.20.0", - "topic": "general", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2025-01-30", - "description": "Chainlink CCIP is publicly available on Bitlayer. Check the [mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/bitcoin-mainnet-bitlayer-1) and [testnet CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/bitcoin-testnet-bitlayer-1) for more information.", - "relatedNetworks": ["bitlayer"], - "relatedTokens": [], - "title": "CCIP on Bitlayer", - "topic": "ccip", - "url": [] - }, - { - "category": "integration", - "changes": [], - "date": "2025-01-29", - "description": "Chainlink Data Streams is available in Early Access on Scroll. The verifier proxy addresses and stream IDs are available on the [Stream Addresses](https://docs.chain.link/data-streams/crypto-streams) page.", - "relatedNetworks": ["scroll"], - "relatedTokens": [], - "title": "Data Streams on Scroll", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2025-01-23", - "description": "Chainlink CCIP is publicly available on World Chain. Check the [mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/ethereum-mainnet-worldchain-1) and [testnet CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-sepolia-worldchain-1) for more information.", - "relatedNetworks": ["worldchain"], - "relatedTokens": [], - "title": "CCIP on World Chain", - "topic": "ccip", - "url": [] - }, - { - "category": "integration", - "changes": [], - "date": "2025-01-22", - "description": "Chainlink CCIP is publicly available on Sonic mainnet and testnet. Check the [mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/sonic-mainnet) and [testnet CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/sonic-testnet-blaze) for more information.", - "relatedNetworks": ["sonic"], - "relatedTokens": [], - "title": "CCIP on Sonic", - "topic": "ccip", - "url": [] - }, - { - "category": "integration", - "changes": [], - "date": "2025-01-22", - "description": "Chainlink Data Streams is available in Early Access on Sonic. The verifier proxy addresses and stream IDs are available on the [Stream Addresses](https://docs.chain.link/data-streams/crypto-streams) page.", - "relatedNetworks": ["sonic"], - "relatedTokens": [], - "title": "Data Streams on Sonic", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2025-01-22", - "description": "Chainlink CCIP is publicly available on Bob mainnet and Sepolia testnet. Check the [mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/bitcoin-mainnet-bob-1) and [testnet CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/bitcoin-testnet-sepolia-bob-1) for more information.", - "relatedNetworks": ["bob"], - "relatedTokens": [], - "title": "CCIP on Bob", - "topic": "ccip", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2025-01-14", - "description": "Chainlink CCIP now supports Bridged USDC, addressing the critical challenge of liquidity fragmentation in the multi-chain ecosystem. This enhancement enables:\n\n- **Seamless Liquidity**: Projects can now leverage Bridged USDC to bootstrap initial liquidity on new chains without waiting for native USDC support\n- **Standardized Implementation**: Follows Circle's Bridged USDC Standard, ensuring consistency and reliability across different blockchains\n- **Future-Proof Integration**: Projects can easily transition to native USDC when their blockchain receives CCTP approval, with no disruption to existing integrations\n- **Enhanced DeFi Accessibility**: Accelerates DeFi adoption by providing immediate access to stable, reliable USDC liquidity across emerging blockchain networks\n\nThis implementation maintains CCIP's robust security features while expanding the possibilities for cross-chain token transfers and DeFi applications.\n\nFor more information, see the [USDC tutorial](https://docs.chain.link/ccip/tutorials/usdc).", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Bridged USDC Support in CCIP", - "topic": "ccip", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2025-01-14", - "description": "The Token Manager is now available to help token developers to deploy, configure, and manage Cross-Chain Tokens (CCTs) in a simplified web interface. Refer to the [Token Manager](https://docs.chain.link/ccip/tutorials/token-manager) guide for more information.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Token Manager", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2025-01-14", - "description": "Chainlink Data Feeds is available on Sonic mainnet. View the available price feed information on the [Price Feed Addresses](https://docs.chain.link/data-feeds/price-feeds/addresses?network=sonic&page=1) page.", - "relatedNetworks": ["sonic"], - "relatedTokens": [], - "title": "Data Feeds on Sonic", - "topic": "data", - "subTopic": "data-feeds", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2025-01-09", - "description": "Chainlink Data Feeds is available on Aptos mainnet. View the available price feed information on the [Price Feed Addresses](https://docs.chain.link/data-feeds/price-feeds/addresses?network=aptos&page=1) page.", - "relatedNetworks": ["aptos"], - "relatedTokens": [], - "title": "Data Feeds on Aptos", - "topic": "data", - "subTopic": "data-feeds", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2025-01-02", - "description": "Chainlink Node v2.19.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.19.0) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.19.0", - "topic": "general", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-12-19", - "description": "Chainlink Data Streams is available in Early Access on Shibarium. The verifier proxy addresses and stream IDs are available on the [Stream Addresses](https://docs.chain.link/data-streams/crypto-streams) page.", - "relatedNetworks": ["shibarium"], - "relatedTokens": [], - "title": "Data Streams on Shibarium", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-12-17", - "description": "Onchain Verifier Programs are now available on Solana, providing both onchain and offchain integration approaches while maintaining strong security guarantees.\n\nVerifier Program IDs for both Devnet and Mainnet environments are available on the [Stream Addresses](https://docs.chain.link/data-streams/crypto-streams) page.", - "relatedNetworks": ["solana"], - "relatedTokens": [], - "title": "Data Streams Verifier Programs on Solana", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-12-17", - "description": "Chainlink CCIP is publicly available on Shibarium mainnet and Shibarium Puppynet. Check the [mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/shibarium-mainnet) and [testnet CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/shibarium-testnet-puppynet) for more information.", - "relatedNetworks": ["shibarium"], - "relatedTokens": [], - "title": "CCIP on Shibarium", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-12-17", - "description": "Chainlink CCIP is publicly available on Bsquared mainnet and Bsquared testnet. Check the [mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/bitcoin-mainnet-bsquared-1) and [testnet CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/bitcoin-testnet-bsquared-1) for more information.", - "relatedNetworks": ["bsquared"], - "relatedTokens": [], - "title": "CCIP on Bsquared", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-12-16", - "description": "Chainlink Data Feeds is available on Hedera mainnet. View the available price feed information on the [Price Feed Addresses](https://docs.chain.link/data-feeds/price-feeds/addresses?network=hedera&page=1) page.", - "relatedNetworks": ["hedera"], - "relatedTokens": [], - "title": "Data Feeds on Hedera", - "topic": "data", - "subTopic": "data-feeds", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-12-11", - "description": "Chainlink CCIP is publicly available on Ronin mainnet and Ronin Saigon testnet. Check the mainnet [CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/ronin-mainnet) and testnet [CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/ronin-testnet-saigon) for more information.", - "relatedNetworks": ["ronin"], - "relatedTokens": [], - "title": "CCIP on Ronin", - "topic": "ccip", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-12-12", - "description": "The [CCIP JavaScript SDK](https://github.com/smartcontractkit/ccip-javascript-sdk) is now available, introducing two packages to simplify management of cross-chain token transfers, and to integrate CCIP with the frontend of your own app.\n\nThe [CCIP JavaScript SDK guide](https://docs.chain.link/ccip/ccip-javascript-sdk) introduces the features of the SDK and shows how to run an example app so you can explore the SDK's capabilities.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "CCIP JavaScript SDK", - "topic": "ccip", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-12-04", - "description": "Chainlink CCIP 1.5.1 is now available, introducing several significant enhancements for cross-chain token pool management.\n\n**Enhanced Token Support:**\n- Added support for tokens with different decimals across chains\n- New BurnMintERC20 contract for easy token deployment and cross-chain expansion with configurable decimals and max supply\n\n**Improved Token Pool Management:**\n- Enhanced token pool upgrades to support multiple active pools simultaneously\n- Ensures in-flight messages remain deliverable during pool upgrades\n- Upgraded token pool access control from OwnerIsCreator to Ownable2StepMsgSender for better security\n\nFor detailed implementation guides and examples, visit our [Cross-Chain Token (CCT) documentation](https://docs.chain.link/ccip/concepts/cross-chain-tokens). For technical details and interfaces, see the [CCIP v1.5.1 API Reference](https://docs.chain.link/ccip/api-reference/v1.5.1).", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Chainlink CCIP 1.5.1", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-12-03", - "description": "Chainlink CCIP is publicly available on Mantle mainnet and testnet. Check the [mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/ethereum-mainnet-mantle-1) and [testnet CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-sepolia-mantle-1) for more information.", - "relatedNetworks": ["mantle"], - "relatedTokens": [], - "title": "CCIP on Mantle", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-11-26", - "description": "Chainlink Functions is available on Optimism mainnet. Visit the [Supported Networks](https://docs.chain.link/chainlink-functions/supported-networks#optimism-mainnet) page for more information.", - "relatedNetworks": ["optimism"], - "relatedTokens": [], - "title": "Functions on Optimism mainnet", - "topic": "functions", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-11-26", - "description": "Chainlink VRF 2.5 is available on Optimism mainnet. Visit the [Supported Networks](https://docs.chain.link/vrf/v2-5/supported-networks#optimism-mainnet) page for more information.", - "relatedNetworks": ["optimism"], - "relatedTokens": [], - "title": "VRF 2.5 on Optimism mainnet", - "topic": "vrf", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-11-26", - "description": "Chainlink Data Streams is available in Early Access on Optimism. The verifier proxy addresses and stream IDs are available on the [Stream Addresses](https://docs.chain.link/data-streams/crypto-streams) page.", - "relatedNetworks": ["optimism"], - "relatedTokens": [], - "title": "Data Streams on Optimism", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-11-25", - "description": "Chainlink CCIP is publicly available on Zircuit mainnet and testnet. Check the [mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/ethereum-mainnet-zircuit-1) and [testnet CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-sepolia-zircuit-1) for more information.", - "relatedNetworks": ["zircuit"], - "relatedTokens": [], - "title": "CCIP on Zircuit", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-11-19", - "description": "Chainlink CCIP is publicly available on Astar Mainnet and Astar Shibuya. Check the [mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/polkadot-mainnet-astar) and [testnet CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/polkadot-testnet-astar-shibuya) for more information.", - "relatedNetworks": ["astar"], - "relatedTokens": [], - "title": "CCIP on Astar", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-11-06", - "description": "Chainlink CCIP is publicly available on Ethereum Holesky. Check the [CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-holesky) for more information.", - "relatedNetworks": ["ethereum"], - "relatedTokens": [], - "title": "CCIP on Ethereum Holesky", - "topic": "ccip", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-11-01", - "description": "Chainlink Node v2.18.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.18.0) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.18.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-10-30", - "description": "[Chainlink Home](https://home.chain.link) is a new unified dashboard that allows you to monitor your Chainlink Automation, Functions, and VRF usage across all networks in one place. It's now easier than ever to track your costs and create new subscriptions and upkeeps.\n\nYou can still access and use the existing user interfaces for Chainlink Automation, Functions, and VRF.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Chainlink Home", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-10-30", - "description": "DECO is a foundational zkTLS-oracle technology for authenticating web data in a privacy-preserving manner. The [DECO Sandbox](https://deco.chain.link/sandbox) allows you to:\n\n- **Optimize User Onboarding and Streamline Operations**: Test DECO's streamlined data verification processes to enhance onboarding speed and reduce costs by minimizing duplicate checks and manual processes.\n\n- **Strengthen Compliance Without Data Exposure**: Explore how DECO's privacy-preserving data verification strengthens compliance by improving data protection while helping users meet certain regulatory requirements.\n\n- **Drive Privacy Innovation in Onchain Finance**: Trial how DECO's oracles and zero-knowledge proofs enable cutting-edge privacy-first solutions, opening up new use cases in onchain finance, DeFi, and beyond.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "DECO Sandbox", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-10-29", - "description": "Chainlink SmartData is now available, introducing a suite of onchain data offerings designed to unlock the utility, accessibility, and reliability of tokenized assets through embedded security and essential real-world data such as Net Asset Value (NAV), Assets Under Management (AUM), collateral data, and more.\n\n- Learn more about [SmartData feeds](https://docs.chain.link/data-feeds/smartdata).\n- Visit the [SmartData Feed Addresses](https://docs.chain.link/data-feeds/smartdata/addresses) page for a list of available feeds.\n- View the [SmartData feeds dashboard](https://data.chain.link/smartdata) for the most detailed information on each feed.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Chainlink SmartData", - "topic": "data", - "subTopic": "data-feeds", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-10-29", - "description": "The new [CCIP Directory](https://docs.chain.link/ccip/directory) provides access to network, token, and lane configuration details, replacing the former CCIP Supported Networks pages.\n\n The CCIP Explorer has been refreshed with a new home page, and the Transaction Details now load in a side panel. The CCIP Explorer also supports the option to display CCIP Private Transactions.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "CCIP Directory and CCIP Explorer", - "topic": "ccip", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-10-29", - "description": "Chainlink's Cross-Chain Token (CCT) standard is now available, introducing a self-service model that allows token developers to enable their tokens in CCIP independently.\n\n- Token developers can deploy, configure, and manage their tokens and token pools in Chainlink's Cross-Chain Interoperability Protocol (CCIP) without requiring manual deployment.\n- Chainlink provides fully audited token pools, supporting either Burn & Mint or Lock & Mint mechanisms, which can be combined to provide different token handling mechanisms.\n- Token developers maintain complete ownership of their token contracts, pools, and implementation logic, including configuration of rate limits for token transfers across multiple blockchains.\n- The CCT standard avoids vendor lock-in and hard-coded functions, ensuring complete autonomy for projects managing cross-chain assets.\n- CCT leverages Chainlink's Decentralized Oracle Networks (DONs) to provide secure cross-chain token operations, supported by the Risk Management Network and configurable rate limits.\n\nRead the CCT [conceptual](https://docs.chain.link/ccip/concepts/cross-chain-tokens) documentation for more information. To learn how to enable your tokens in CCIP in minutes, follow the CCT [tutorials](https://docs.chain.link/ccip/tutorials/cross-chain-tokens).", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Cross-Chain Token (CCT) standard - Self-Service Availability", - "topic": "ccip", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-10-29", - "description": "Real World Asset (RWA) streams are now available on testnet.\n\n- RWA streams use the [V4 report schema](https://docs.chain.link/data-streams/reference/report-schema-v4).\n- Verifier proxy addresses and RWA stream IDs are available on the [Stream Addresses](https://docs.chain.link/data-streams/rwa-streams) page.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Real World Asset streams - Testnet", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-10-28", - "description": "Chainlink Data Streams is available in Early Access on Solana. [Contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to talk to an expert about integrating Chainlink Data Streams on Solana.", - "relatedNetworks": ["solana"], - "relatedTokens": [], - "title": "Data Streams on Solana", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-10-25", - "description": "Chainlink Data Streams is available in Early Access on opBNB. The verifier proxy addresses and feed IDs are available on the [Data Streams Feed IDs](https://docs.chain.link/data-streams/stream-ids) page.", - "relatedNetworks": ["opbnb"], - "relatedTokens": [], - "title": "Data Streams on opBNB", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-10-22", - "description": "Chainlink Functions is available on Soneium Minato testnet. Visit the [Supported Networks](https://docs.chain.link/chainlink-functions/supported-networks#soneium-minato-testnet) page for more information.", - "relatedNetworks": ["soneium"], - "relatedTokens": [], - "title": "Functions on Soneium Minato", - "topic": "functions", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-10-22", - "description": "Chainlink VRF 2.5 is available on Soneium Minato testnet. Visit the [Supported Networks](https://docs.chain.link/vrf/v2-5/supported-networks#soneium-minato-testnet) page for more information.", - "relatedNetworks": ["soneium"], - "relatedTokens": [], - "title": "VRF 2.5 on Soneium Minato", - "topic": "vrf", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-10-22", - "description": "Chainlink CCIP is available on Soneium Minato testnet. Visit the [CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-sepolia-soneium-1) page for more information.", - "relatedNetworks": ["soneium"], - "relatedTokens": [], - "title": "CCIP on Soneium Minato", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-10-22", - "description": "Chainlink Data Streams is available in Early Access on Soneium Minato. The verifier proxy address and feed IDs are available on the [Data Streams Feed IDs](https://docs.chain.link/data-streams/stream-ids) page.", - "relatedNetworks": ["soneium"], - "relatedTokens": [], - "title": "Data Streams on Soneium Minato", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-10-10", - "description": "Chainlink Node v2.17.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.17.0) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.17.0", - "topic": "general", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-10-10", - "description": "Chainlink CCIP is publicly available on Scroll mainnet and testnet.\n\n- Visit the [CCIP Directory](https://docs.chain.link/ccip/directory) page for more information.", - "relatedNetworks": ["scroll"], - "relatedTokens": [], - "title": "CCIP on Scroll", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-10-08", - "description": "Chainlink CCIP is publicly available on Linea mainnet and testnet.\n\n- Visit the [CCIP Directory](https://docs.chain.link/ccip/directory) for more information.", - "relatedNetworks": ["linea"], - "relatedTokens": [], - "title": "CCIP on Linea", - "topic": "ccip", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-10-04", - "description": "Chainlink CCIP 1.5 is now available on testnet, introducing several new features and enhancements.\n\n**Risk Management Network Coverage:**\nCertain CCIP integrations may not initially include the Risk Management Network (RMN). Blockchains can be integrated with CCIP in a phased approach, starting with the deployment of the Committing and Executing Decentralized Oracle Networks (DONs), followed by the addition of the Risk Management Network in a subsequent update. During a phased deployment, the relevant Commit Stores are configured in the Risk Management contract to always be considered blessed until the Risk Management Network has been deployed for that blockchain. Please refer to the [CCIP Directory](https://docs.chain.link/ccip/directory) to identify which integrations utilize a phased approach, and review the [CCIP Service Responsibility](https://docs.chain.link/ccip/service-responsibility) for more information.\n\n**New Version of `EVMExtraArgs`:**\nChainlink CCIP 1.5 introduces a new version of `EVMExtraArgs`, allowing users to set the `allowOutOfOrderExecution` parameter. This feature enables developers to control the execution order of their messages on the destination blockchain. The `allowOutOfOrderExecution` parameter is part of [`EVMExtraArgsV2`](https://docs.chain.link/ccip/api-reference/client#evmextraargsv2) and is available only on lanes where the **Out of Order Execution** property is set to **Optional** or **Required**. Please consult the [CCIP Directory](https://docs.chain.link/ccip/directory) to determine if your target lane supports this feature.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Chainlink CCIP 1.5 - Testnet", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-09-27", - "description": "Chainlink Automation is live on [Base mainnet](https://docs.chain.link/chainlink-automation/overview/supported-networks#base-mainnet).", - "relatedNetworks": ["base"], - "relatedTokens": [], - "title": "Automation on Base mainnet", - "topic": "automation", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-09-23", - "description": "Chainlink Node v2.16.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.16.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.16.0", - "topic": "general", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-09-16", - "description": "Chainlink CCIP is publicly available on ZKsync mainnet and testnet.\n\n- [Mainnet lane details](https://docs.chain.link/ccip/directory/mainnet/chain/ethereum-mainnet-zksync-1)\n- [Testnet lane details](https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-sepolia-zksync-1)", - "relatedNetworks": ["zksync"], - "relatedTokens": [], - "title": "CCIP on ZKsync", - "topic": "ccip", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-08-14", - "description": "Chainlink Local is available to enable local development of Chainlink services before you go to testnet. Read the [Chainlink Local Docs](https://docs.chain.link/chainlink-local) to get started.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Chainlink Local", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-08-15", - "description": "Chainlink Data Streams is available in Early Access on Base Mainnet and Base Sepolia testnet. Verifier proxy addresses and Feed IDs are available on the [Data Streams Feed IDs](https://docs.chain.link/data-streams/stream-ids) page.", - "relatedNetworks": ["base"], - "relatedTokens": [], - "title": "Data Streams on Base", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-08-02", - "description": "The [Data Streams SDK](https://docs.chain.link/data-streams/tutorials/streams-direct/) for Go is now available. See the [Fetch and Decode](https://docs.chain.link/data-streams/tutorials/streams-direct/streams-direct-api) guide to get started with the SDK.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Data Streams SDK for Go", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-06-27", - "description": "Chainlink Data Streams is available in Early Access on Avalanche mainnet and Fuji testnet. Verifier proxy addresses and Feed IDs are available on the [Data Streams Feed IDs](https://docs.chain.link/data-streams/stream-ids) page.", - "relatedNetworks": ["avalanche"], - "relatedTokens": [], - "title": "Data Streams on Avalanche", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-01-25", - "description": "Chainlink Data Streams is available in Early Access on Arbitrum Sepolia. Verifier proxy addresses and Feed IDs are available on the [Data Streams Feed IDs](https://docs.chain.link/data-streams/stream-ids) page.", - "relatedNetworks": ["arbitrum"], - "relatedTokens": [], - "title": "Data Streams on Arbitrum Sepolia", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-10-02", - "description": "Chainlink Data Streams is available in Early Access on Arbitrum Mainnet and Arbitrum Goerli. [Read the docs](https://docs.chain.link/data-streams/) to get started.", - "relatedNetworks": ["arbitrum"], - "relatedTokens": [], - "title": "Data Streams Early Access", - "topic": "data", - "subTopic": "data-streams", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-08-08", - "description": "Chainlink CCIP is publicly available on Metis mainnet and testnet.\n\n- [Mainnet lane details](https://docs.chain.link/ccip/directory/mainnet/chain/ethereum-mainnet-andromeda-1)\n- [Testnet lane details](https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-sepolia-andromeda-1)", - "relatedNetworks": ["metis"], - "relatedTokens": [], - "title": "CCIP on Metis", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-07-09", - "description": "Chainlink CCIP is publicly available on Blast mainnet and testnet.\n\n- [Mainnet lane details](https://docs.chain.link/ccip/directory/mainnet/chain/ethereum-mainnet-blast-1)\n- [Testnet lane details](https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-sepolia-blast-1)", - "relatedNetworks": ["blast"], - "relatedTokens": [], - "title": "CCIP on Blast", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-06-19", - "description": "Chainlink CCIP is publicly available on Mode mainnet and testnet.\n\n- [Mainnet lane details](https://docs.chain.link/ccip/directory/mainnet/chain/ethereum-mainnet-mode-1)\n- [Testnet lane details](https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-sepolia-mode-1)", - "relatedNetworks": ["mode"], - "relatedTokens": [], - "title": "CCIP on Mode", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-06-05", - "description": "Chainlink CCIP is publicly available on Gnosis mainnet.\n\n- [Mainnet lane details](https://docs.chain.link/ccip/directory/mainnet/chain/xdai-mainnet)", - "relatedNetworks": ["gnosis-chain"], - "relatedTokens": [], - "title": "CCIP on Gnosis", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-05-29", - "description": "Chainlink CCIP is publicly available on Celo mainnet and Alfajores testnet.\n\n- [Mainnet lane details](https://docs.chain.link/ccip/directory/mainnet/chain/celo-mainnet)\n- [Testnet lane details](https://docs.chain.link/ccip/directory/testnet/chain/celo-testnet-alfajores)", - "relatedNetworks": ["celo"], - "relatedTokens": [], - "title": "CCIP on Celo", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-05-08", - "description": "Chainlink CCIP is publicly available on the Polygon Amoy testnet.\n\n- [Testnet lane details](https://docs.chain.link/ccip/directory/testnet/chain/polygon-testnet-amoy)", - "relatedNetworks": ["polygon"], - "relatedTokens": [], - "title": "CCIP on Polygon Amoy", - "topic": "ccip", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-04-24", - "description": "Chainlink CCIP is now Generally Available (GA) on mainnet and testnet.\n\nTo support your development and implementation needs, we encourage you to reach out to our team of experts for guidance and support. For expert advice, visit the [Chainlink CCIP Contact form](https://chain.link/ccip-contact).\n\nAdditionally, the [Chainlink CCIP local simulator](https://github.com/smartcontractkit/chainlink-local) is available to enhance your development workflow with CCIP. This tool allows you to simulate Chainlink CCIP functionality locally within your Hardhat and Foundry projects. The simulator is designed so you can test your contracts locally and transition smoothly to test networks without any modifications.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Chainlink CCIP GA", - "topic": "ccip", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2024-04-11", - "description": "Chainlink's CCIP now supports WETH (Wrapped Ether) transfers through the Lock and Unlock token mechanism. \n\nThis feature allows CCIP to securely lock tokens on the source blockchain and subsequently release an equivalent amount of tokens on the destination blockchain, facilitating seamless cross-chain transfers of WETH. The introduction of this mechanism enables WETH transfers across several key lanes.\n\nFor a specific lane configuration, see the [CCIP Directory](https://docs.chain.link/ccip/directory/mainnet). For more detailed information about the Lock and Unlock mechanism and its applications, read the [Token Pools](https://docs.chain.link/ccip/architecture#token-pools) page.", - "relatedNetworks": ["ethereum", "arbitrum", "optimism"], - "relatedTokens": ["WETH"], - "title": "WETH and support of Lock and Unlock mechanism", - "topic": "ccip", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2024-04-11", - "description": "The maximum [gasLimit](https://docs.chain.link/ccip/api-reference/client#evmextraargsv1) that you can set for CCIP messages on mainnet has been increased to 3,000,000 gas units. The change has been documented in the [Service Limits](https://docs.chain.link/ccip/service-limits) page.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "CCIP gas limit increase on Mainnet", - "topic": "ccip", - "urls": [] - }, - { - "category": "deprecation", - "changes": [], - "date": "2024-04-01", - "description": "CCIP v1.0.0 is no longer supported on mainnet. You must use the new router addresses listed in the [CCIP Directory](https://docs.chain.link/ccip/directory/mainnet) page.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "CCIP v1.0.0 deprecated on mainnet", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-03-11", - "description": "Chainlink CCIP is publicly available on Wemix and Kroma for both mainnet and testnet. See the [CCIP Directory](https://docs.chain.link/ccip/directory) for network details.", - "relatedNetworks": ["wemix", "kroma"], - "relatedTokens": [], - "title": "CCIP on Wemix and Kroma", - "topic": "ccip", - "urls": [] - }, - { - "category": "deprecation", - "changes": [], - "date": "2024-02-07", - "description": "CCIP v1.0.0 is no longer supported on **testnet**. You must use the new router addresses listed in the [CCIP Directory](https://docs.chain.link/ccip/directory).", - "relatedNetworks": [], - "relatedTokens": [], - "title": "v1.0.0 deprecated on testnet", - "topic": "ccip", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-01-15", - "description": "CCIP v1.0.0 has been deprecated on mainnet. You must use the new router addresses listed in this page **before March 31st, 2024**. Please note that there is no change to the router interface. The CCIP v1.0.0 mainnet routers will continue to function in parallel **until March 31st, 2024**, but we highly recommend switching to the v1.2.0 routers as soon as possible. If you currently use CCIP v1.0.0, use the [@chainlink/contracts-ccip npm package version 0.7.6](https://www.npmjs.com/package/@chainlink/contracts-ccip/v/0.7.6). To migrate to v1.2.0, use [version 1.2.1 of the npm package](https://www.npmjs.com/package/@chainlink/contracts-ccip/v/1.2.1) or later. Please refer to the [release notes](https://docs.chain.link/ccip/release-notes) for a comprehensive overview of the enhancements and new features in v1.2.0.\n\n- There is no change to the router interface, but you must use the new router addresses listed in the [CCIP Directory](https://docs.chain.link/ccip/directory).\n- USDC transfers are currently supported on several lanes. See the the [CCIP Directory](https://docs.chain.link/ccip/directory/mainnet) page to get a specific lane's token addresses and rate limits.\n- The message sequencing process is simplified in CCIP message handling by removing the `strict` sequencing flag from the [extraArgs](https://docs.chain.link/ccip/api-reference/client#evmextraargsv1) field in [CCIP messages](https://docs.chain.link/ccip/api-reference/client#evm2anymessage).\n- The gas limit and maximum message data length for CCIP messages have been adjusted on mainnets. These changes are detailed in the [Service Limits](https://docs.chain.link/ccip/service-limits) documentation.\n- To interact with CCIP v1.2.0, use the [@chainlink/contract-ccip](https://www.npmjs.com/package/@chainlink/contracts-ccip) npm package.", - "relatedNetworks": ["ethereum", "avalanche", "optimism", "base"], - "relatedTokens": ["USDC"], - "title": "v1.2.0 release on mainnet", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2023-12-15", - "description": "Chainlink CCIP is publicly available on Arbitrum Sepolia. See the [CCIP Directory](https://docs.chain.link/ccip/directory/testnet) for more information.", - "relatedNetworks": ["arbitrum"], - "relatedTokens": [], - "title": "Arbitrum Sepolia", - "topic": "ccip", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-12-08", - "description": "CCIP v1.0.0 has been deprecated on testnet. You must use the new router addresses listed in the [CCIP Directory](https://docs.chain.link/ccip/directory/testnet) **before January 31st, 2024**. Please note that there is no change to the router interface. The CCIP v1.0.0 testnet routers will continue to function in parallel **until January 31st, 2024**, but we highly recommend switching to the v1.2.0 routers as soon as possible. If you currently use CCIP v1.0.0, use the [@chainlink/contracts-ccip npm package version 0.7.6](https://www.npmjs.com/package/@chainlink/contracts-ccip/v/0.7.6). To migrate to v1.2.0, use [version 1.2.1 of the npm package](https://www.npmjs.com/package/@chainlink/contracts-ccip/v/1.2.1) or later.\n\n- There is no change to the router interface, but you must use the new router addresses listed in the [CCIP Directory](https://docs.chain.link/ccip/directory/testnet).\nUSDC transfers are currently supported on several lanes. See the the [CCIP Directory](https://docs.chain.link/ccip/directory/testnet) page to get a specific lane's token addresses and rate limits.\n- We've simplified the message sequencing process in our CCIP message handling by removing the `strict` sequencing flag from the [extraArgs](https://docs.chain.link/ccip/api-reference/client#evmextraargsv1) field in [CCIP messages](https://docs.chain.link/ccip/api-reference/client#evm2anymessage).\n- The gas limit and maximum message data length for CCIP messages have been adjusted on testnets. These changes are detailed in the [Service Limits](https://docs.chain.link/ccip/service-limits) documentation.\n- To interact with CCIP v1.2.0 , use the [@chainlink/contract-ccip](https://www.npmjs.com/package/@chainlink/contracts-ccip) npm package.", - "relatedNetworks": ["avalanche", "optimism", "base"], - "relatedTokens": ["USDC"], - "title": "v1.2.0 release on testnet", - "topic": "ccip", - "urls": [] - }, - { - "category": "deprecation", - "changes": [], - "date": "2023-11-17", - "description": "Arbitrum Goerli is no longer supported. Arbitrum Sepolia support will be added at a later date.", - "relatedNetworks": ["arbitrum"], - "relatedTokens": [], - "title": "CCIP deprecation on Arbitrum Goerli", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2023-09-27", - "description": "Chainlink CCIP is publicly available on the BNB Chain and Base mainnets. See the [CCIP Directory](https://docs.chain.link/ccip/directory/mainnet) page for more information.", - "relatedNetworks": ["bnb-chain", "base"], - "relatedTokens": [], - "title": "CCIP on BNB Chain and Base mainnets", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2023-09-21", - "description": "Chainlink CCIP is publicly available on Arbitrum Mainnet. See the [CCIP Directory](https://docs.chain.link/ccip/directory/mainnet) for more information.", - "relatedNetworks": ["arbitrum"], - "relatedTokens": [], - "title": "CCIP on Arbitrum Mainnet", - "topic": "ccip", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2023-08-25", - "description": "Chainlink CCIP is publicly available on the BNB Chain and Base mainnets. See the [CCIP Directory](https://docs.chain.link/ccip/directory/testnet) page for more information.", - "relatedNetworks": ["bnb-chain", "base"], - "relatedTokens": [], - "title": "CCIP on BNB Chain and Base testnets", - "topic": "ccip", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-07-20", - "description": "Chainlink CCIP is publicly available on the following testnet chains:\n\n- Ethereum Sepolia\n- Optimism Goerli\n- Avalanche Fuji\n- Arbitrum Goerli\n- Polygon Mumbai\n\nSee the [CCIP Directory](https://docs.chain.link/ccip/directory/testnet) page for more information.", - "relatedNetworks": ["ethereum", "optimism", "avalanche", "arbitrum", "polygon"], - "relatedTokens": [], - "title": "CCIP Testnet GA release", - "topic": "ccip", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-07-17", - "description": "Chainlink CCIP is available in early access on the following mainnet chains:\n\n- Ethereum Sepolia\n- Optimism Goerli\n- Avalanche Fuji\n- Arbitrum Goerli\n- Polygon Mumbai\n\nSee the [CCIP Directory](https://docs.chain.link/ccip/directory/testnet) page for more information.", - "relatedNetworks": ["ethereum", "optimism", "avalanche", "polygon"], - "relatedTokens": [], - "title": "CCIP Testnet Early Access", - "topic": "ccip", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2024-08-21", - "description": "The [Chainlink Functions Subscription Manager](https://functions.chain.link/) now supports [timing out requests manually](https://docs.chain.link/chainlink-functions/resources/subscriptions#time-out-pending-requests-manually). You can time out requests that are pending for longer than five minutes to unlock your subscription funds.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Timing out requests manually", - "topic": "functions", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2024-07-31", - "description": "Chainlink Functions now uses USD-denominated fixed premium fees on all [supported networks](https://docs.chain.link/chainlink-functions/supported-networks). This means that the premium fees are set in USD, but no USD is ever used. The LINK equivalent of the fee is calculated at request time, and then deducted from your subscription in LINK at response time. See the [example cost calculation](https://docs.chain.link/chainlink-functions/resources/billing#cost-calculation-example) for more information. \nThe networks that have just switched from LINK-denominated premium fees to USD-denominated premium fees are: \n\n- Ethereum mainnet and Sepolia testnet\n- Arbitrum mainnet\n- Avalanche mainnet", - "relatedNetworks": ["ethereum", "arbitrum", "avalanche"], - "relatedTokens": [], - "title": "USD-denominated premium fees on all supported networks", - "topic": "functions", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-04-26", - "description": "Chainlink Functions is available on [Polygon Amoy](https://docs.chain.link/chainlink-functions/supported-networks#polygon-amoy-testnet).", - "relatedNetworks": ["polygon"], - "relatedTokens": [], - "title": "Polygon Amoy support", - "topic": "functions", - "urls": [] - }, - { - "category": "deprecation", - "changes": [], - "date": "2024-04-13", - "description": "The Mumbai network has stopped producing blocks, so example code will not function on this network. Check again soon for updates about future testnet support on Polygon.", - "relatedNetworks": ["polygon"], - "relatedTokens": [], - "title": "Polygon testnet support", - "topic": "functions", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-04-09", - "description": "Chainlink Functions is available on [Base Mainnet](https://docs.chain.link/chainlink-functions/supported-networks#base-mainnet).", - "relatedNetworks": ["base"], - "relatedTokens": [], - "title": "Base Mainnet support", - "topic": "functions", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-03-22", - "description": "Chainlink Functions is available as an open beta on the [BASE Sepolia](https://docs.chain.link/chainlink-functions/supported-networks#base-sepolia-testnet) and [Optimism Sepolia](https://docs.chain.link/chainlink-functions/supported-networks#optimism-sepolia-testnet) testnets. These networks have USD-denominated fixed premium fees. This means that the premium fees are set in USD, but no USD is ever used. The LINK equivalent of the fee is calculated at request time, and then deducted from your subscription in LINK at response time. See the [example cost calculation](https://docs.chain.link/chainlink-functions/resources/billing#cost-calculation-example) for more information.", - "relatedNetworks": ["base", "optimism"], - "relatedTokens": [], - "title": "USD-denominated premium fees and new testnets", - "topic": "functions", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2024-01-12", - "description": "You can use external module imports with Chainlink Functions source code on mainnet networks. See the [Using Imports with Functions](https://docs.chain.link/chainlink-functions/tutorials/importing-packages) tutorial to see an example of how to import and use imported modules with your Functions source code. This feature requires the [Functions Toolkit NPM package](https://www.npmjs.com/package/@chainlink/functions-toolkit/v/0.2.7) `v0.2.7` or later.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Module imports supported on mainnet", - "topic": "functions", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-01-10", - "description": "Chainlink Functions is available on [Arbitrum Mainnet](https://docs.chain.link/chainlink-functions/supported-networks#arbitrum-mainnet).", - "relatedNetworks": ["arbitrum"], - "relatedTokens": [], - "title": "Arbitrum Mainnet support", - "topic": "functions", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2023-12-15", - "description": "You can use external module imports with Chainlink Functions source code on testnet networks. See the [Using Imports with Functions](https://docs.chain.link/chainlink-functions/tutorials/importing-packages) tutorial to see an example of how to import and use imported modules with your Functions source code. This feature requires the [Functions Toolkit NPM package](https://www.npmjs.com/package/@chainlink/functions-toolkit/v/0.2.7) `v0.2.7` or later. This feature is available only on testnets. Modules will not import or execute on Functions requests for mainnet networks at this time.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Module imports for Functions on testnets", - "topic": "functions", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2023-12-15", - "description": "Chainlink Functions is available on the [Arbitrum Sepolia](https://docs.chain.link/chainlink-functions/supported-networks#arbitrum-sepolia-testnet) testnet.", - "relatedNetworks": ["arbitrum"], - "relatedTokens": [], - "title": "Functions on Arbitrum Sepolia testnet", - "topic": "functions", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2023-09-29", - "description": "Chainlink Functions is available as an open beta on several networks. See the [supported networks](https://docs.chain.link/chainlink-functions/supported-networks) page for more a complete list.\n\nNew features:\n- You must accept the Chainlink Functions Terms of Service (ToS) before using Chainlink Functions. The ToS must be accepted by subscriptions owners. Once accepted, the ToS is transitive to all contracts belong the subscription, so your end-users don't have to accept the ToS to interact with your contracts. Read this [guide](https://docs.chain.link/chainlink-functions/resources/subscriptions#create-a-subscription) to learn more.\n- The Chainlink Functions Subscription Manager is available at [functions.chain.link](https://functions.chain.link/). The Functions Subscription Manager lets you manage your subscriptions.\n- Chainlink Functions uses threshold encryption to handle users' encrypted secrets. Read the [secrets conceptual page](https://docs.chain.link/chainlink-functions/resources/secrets) to learn more.\n- Users can host their encrypted secrets within the DON. This hosting method is called DON-hosted. Read the [secrets conceptual page](https://docs.chain.link/chainlink-functions/resources/secrets) to learn more.\n- JavaScript source code can only use vanilla [Deno](https://deno.land/). Read the [JavaScript code API reference](https://docs.chain.link/chainlink-functions/api-reference/javascript-source) to learn more.\n- Chainlink Functions contracts are part of the [@chainlink/contracts npm package](https://www.npmjs.com/package/@chainlink/contracts). Read the [FunctionsClient](https://docs.chain.link/chainlink-functions/api-reference/functions-client) and [FunctionsRequest](https://docs.chain.link/chainlink-functions/api-reference/functions-request) API references.\n- Use the [Functions npm package](https://www.npmjs.com/package/@chainlink/functions-toolkit) in your own JavaScript or TypeScript project to make requests to the Chainlink Functions Decentralized Oracle Network (DON). Try the [getting-started guide](https://docs.chain.link/chainlink-functions/getting-started) to learn more.\n- Make sure to check the [service limits page](https://docs.chain.link/chainlink-functions/resources/service-limits) as the limits have been adapted. Additionally, you can [contact us](https://chain.link/contact?v=Integrate%20Functions) to increase the limits for your Chainlink Function.", - "relatedNetworks": ["avalanche", "polygon", "ethereum"], - "relatedTokens": [], - "title": "Chainlink Functions Open Beta", - "topic": "functions", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2023-07-14", - "description": "The [Functions Playground](https://functions.chain.link/playground) is now available. Use it to simulate Chainlink Functions within your browser.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Functions Playground", - "topic": "functions", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2023-05-05", - "description": "Chainlink Functions is now available for the closed beta on [Avalanche Fuji](https://docs.chain.link/chainlink-functions/supported-networks#avalanche-fuji-testnet).", - "relatedNetworks": ["avalanche"], - "relatedTokens": [], - "title": "Chainlink Functions Closed Beta on Avalanche Fuji", - "topic": "functions", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2023-03-01", - "description": "Chainlink Functions is available as a closed beta on [Ethereum Sepolia](https://docs.chain.link/chainlink-functions/supported-networks#sepolia-testnet) and Polygon Mumbai.", - "relatedNetworks": ["ethereum", "polygon"], - "relatedTokens": [], - "title": "Chainlink Functions Closed Beta", - "topic": "functions", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-08-15", - "description": "VRF V2.5 is available on [BASE mainnet](https://docs.chain.link/vrf/v2-5/supported-networks#base-mainnet) and [BASE Sepolia testnet](https://docs.chain.link/vrf/v2-5/supported-networks#base-sepolia-testnet). See the [VRF V2.5 Supported Networks](https://docs.chain.link/vrf/v2-5/supported-networks) page to get configuration details for both subscription and direct funding.", - "relatedNetworks": ["base"], - "relatedTokens": [], - "title": "VRF V2.5 on BASE", - "topic": "vrf", - "urls": [] - }, - { - "category": "deprecation", - "changes": [], - "date": "2024-07-15", - "description": "VRF V2 and V1 will be deprecated on November 29, 2024. Please migrate to VRF V2.5 before then. See the migration guides for instructions:\n\n- [Migrating from VRF v2](https://docs.chain.link/vrf/v2-5/migration-from-v2)\n- [Migrating from VRF v1](https://docs.chain.link/vrf/v2-5/migration-from-v1)", - "relatedNetworks": [], - "relatedTokens": [], - "title": "VRF V2 and V1 Deprecation Announcement", - "topic": "vrf", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-05-24", - "description": "The [`@chainlink/contracts`](https://www.npmjs.com/package/@chainlink/contracts/v/1.1.1) package version 1.1.1 is now available. It includes the updated wrapper and interface contracts for VRF 2.5 direct funding, which had not been included in the `@chainlink/contracts` package version 1.1.0. The `DirectFundingConsumer.sol` example contract has been updated to reflect this.\n\nThe [`@chainlink/contracts`](https://www.npmjs.com/package/@chainlink/contracts/v/1.1.1) also includes an updated function signature for `fulfillRandomWords` in the `VRFConsumerBaseV2Plus` contract, which applies only to subscription users. This function signature has **not** changed in the `VRFV2PlusWrapperConsumerBase`, so this does not affect direct funding users.\n\nWhen using package version 1.1.1 and later, update your `fulfillRandomWords` function signature to match the `VRFConsumerBaseV2Plus` contract, which has changed to: `function fulfillRandomWords(uint256 requestId, uint256[] calldata randomWords)`\n\nIn the `@chainlink/contracts` package version 1.1.0 and earlier, the `randomWords` parameter has a `memory` storage location.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Updated VRF V2.5 contracts", - "topic": "vrf", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-04-29", - "description": "VRF V2.5 is available on Ethereum, BNB Chain, Polygon, Avalanche and Arbitrum mainnets and testnets.The new version of Chainlink VRF implements the following changes:\n\n- Support for native gas token billing\n- Easy 1-click migration to future new versions\n- New [billing model](https://docs.chain.link/vrf/v2-5/billing), where the premium is a percentage of the gas costs of the VRF callback instead of a flat fee\n- Gas optimizations\n\nLearn how to [migrate to VRF V2.5](https://docs.chain.link/vrf/v2-5/migration-from-v2).", - "relatedNetworks": ["ethereum", "bnb-chain", "polygon", "avalanche", "arbitrum"], - "relatedTokens": [], - "title": "VRF v2.5", - "topic": "vrf", - "urls": [] - }, - { - "category": "deprecation", - "changes": [], - "date": "2024-04-13", - "description": "The Mumbai network has stopped producing blocks, so example code will not function on this network. Check again soon for updates about future testnet support on Polygon.", - "relatedNetworks": ["polygon"], - "relatedTokens": [], - "title": "Polygon testnet support changed", - "topic": "vrf", - "urls": [] - }, - { - "category": "deprecation", - "changes": [], - "date": "2024-03-29", - "description": "Creating new Fantom subscriptions in the [VRF Subscription Manager](https://vrf.chain.link/) is no longer supported. Existing Fantom subscriptions are still supported.", - "relatedNetworks": ["fantom"], - "relatedTokens": [], - "title": "Fantom support changed", - "topic": "vrf", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-11-17", - "description": "Arbitrum Goerli support ends as of November 18, 2023. Support for Arbitrum Sepolia is available for both [subscription](https://docs.chain.link/vrf/v2/subscription/supported-networks#arbitrum-sepolia-testnet) and [direct funding](https://docs.chain.link/vrf/v2/direct-funding/supported-networks#arbitrum-sepolia-testnet).", - "relatedNetworks": ["arbitrum"], - "relatedTokens": [], - "title": "Arbitrum testnet support changed", - "topic": "vrf", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-10-02", - "description": "The [Developer Hub](https://dev.chain.link/) has been released. It helps you find resources related to web3 use cases like NFTs and gaming. The Developer Hub includes a comprehensive [VRF Resources](https://dev.chain.link/products/vrf) page that shows a collection of Quickstarts, guides, tutorials, videos, blog posts, courses, documentation, and case studies related to VRF. A new set of Quickstarts has been released. See [all the Quickstarts that involve VRF](https://dev.chain.link/resources/quickstarts?product=VRF).", - "relatedNetworks": [], - "relatedTokens": [], - "title": "VRF Quickstarts and Resources", - "topic": "vrf", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-10-02", - "description": "For VRF V2 subscription, the [Sepolia gas lane](https://docs.chain.link/vrf/v2/subscription/supported-networks#sepolia-testnet) has increased from 30 gwei to 150 gwei. The key hash has otherwise remained the same.", - "relatedNetworks": ["ethereum"], - "relatedTokens": [], - "title": "Sepolia gas lane increase", - "topic": "vrf", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2023-07-26", - "description": "A VRF cost calculator has been added to the [Estimating Costs](https://docs.chain.link/vrf/v2/estimating-costs) page. Use this calculator to estimate costs for both subscription and direct funding.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "VRF Cost Calculator", - "topic": "vrf", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2023-06-14", - "description": "Arbitrum mainnet and Arbitrum Goerli are supported on VRF V2 direct funding. Detailed cost explanations for Arbitrum and a cost estimation code example are available on the [Estimating Costs](https://docs.chain.link/vrf/v2/estimating-costs) page.", - "relatedNetworks": ["arbitrum"], - "relatedTokens": [], - "title": "Arbitrum support and docs expanded", - "topic": "vrf", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2023-05-19", - "description": "Arbitrum mainnet and Arbitrum Goerli are supported on VRF V2 subscription.", - "relatedNetworks": ["arbitrum"], - "relatedTokens": [], - "title": "VRF support added for Arbitrum", - "topic": "vrf", - "urls": [] - }, - { - "category": "deprecation", - "changes": [], - "date": "2023-04-20", - "description": "Klaytn and Klaytn Baobob are no longer supported networks on VRF.\n\nSee the currently supported networks for [subscription](https://docs.chain.link/vrf/v2/subscription/supported-networks) and [direct funding](https://docs.chain.link/vrf/v2/direct-funding/supported-networks).", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Supported network removed", - "topic": "vrf", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2023-04-19", - "description": "The [VRF Subscription Manager](https://vrf.chain.link/) has a new [Actions menu](https://docs.chain.link/vrf/v2/subscription/ui#actions-menu) that displays actions you can take on a VRF subscription, including funding, cancellation, and adding an email address.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "VRF Subscription Manager updated", - "topic": "vrf", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2023-04-12", - "description": "Billing and cost information for VRF V2 subscription and direct funding has been consolidated into one [Estimating Costs](https://docs.chain.link/vrf/v2/estimating-costs) page. Static cost breakdown examples are available for both funding methods.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "VRF Estimating costs page added", - "topic": "vrf", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2023-04-05", - "description": "Mock contracts for local testing are available for VRF V2 subscription and direct funding:\n\n- [Test VRF V2 subscription locally](https://docs.chain.link/vrf/v2/subscription/examples/test-locally)\n- [Test VRF V2 direct funding locally](https://docs.chain.link/vrf/v2/direct-funding/examples/test-locally)", - "relatedNetworks": [], - "relatedTokens": [], - "title": "VRF V2 mock contracts added", - "topic": "vrf", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2022-02-16", - "description": "VRF V2 is Generally Available with new sample contracts for V2.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "VRF V2 is Generally Available", - "topic": "vrf", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2021-12-14", - "description": "VRF V2 is available along with guides to help you migrate from V1 to V2:\n\n- [Subscription: Migrating from V1 to V2](https://docs.chain.link/vrf/v2/subscription/migration-from-v1)\n- [Direct funding: Migrating from V1 to V2](https://docs.chain.link/vrf/v2/direct-funding/migration-from-v1)", - "relatedNetworks": [], - "relatedTokens": [], - "title": "VRF V2 launched", - "topic": "vrf", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2020-10-22", - "description": "VRF V1 is [available on Ethereum mainnet](https://blog.chain.link/chainlink-vrf-now-live-on-ethereum-mainnet/).", - "relatedNetworks": [], - "relatedTokens": [], - "title": "VRF V1 is available", - "topic": "vrf", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2024-09-09", - "description": "Payment in native gas tokens and approved non-LINK tokens is now available for upkeeps on Automation v2.3 or later. Currently this capability is available on the Base Sepolia testnet.\n\nWhen you register a new upkeep, you can select whether you want to pay in LINK, the native gas token, or an approved non-LINK token for the chain that you are using. After you register the upkeep, the payment setting cannot be updated.\n\nSee the [Supported Networks](https://docs.chain.link/chainlink-automation/overview/supported-networks#base-sepolia-testnet) page to find the contract and config information for Automation on Base Sepolia testnet.", - "relatedNetworks": ["base"], - "relatedTokens": [], - "title": "Native billing on Base Sepolia testnet for Automation", - "topic": "automation", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2024-08-29", - "description": "[Log trigger upkeeps](https://docs.chain.link/chainlink-automation/guides/log-trigger) are now generally available. Learn more about [how Chainlink Automation processes logs](https://docs.chain.link/chainlink-automation/concepts/automation-concepts#maximum-logs-processed-for-log-trigger-upkeeps) for log trigger upkeeps.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Automation Log trigger upkeeps are generally available", - "topic": "automation", - "urls": [] - }, - { - "category": "update", - "changes": [], - "date": "2024-07-30", - "description": "If you have any upkeeps that are not yet migrated to v2.1, using older registries that are paused, the only action you can take is either to migrate these upkeeps or to cancel them. Affected upkeeps will show a **Deprecated** label in the Chainlink Automation App. When you hover over the label, it displays a link you can click to begin the migration process.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Migrating upkeeps on paused registries", - "topic": "automation", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-06-28", - "description": "Chainlink Automation is live on [Base Sepolia](https://docs.chain.link/chainlink-automation/overview/supported-networks#base-sepolia-testnet).", - "relatedNetworks": ["base"], - "relatedTokens": [], - "title": "Automation on Base Sepolia", - "topic": "automation", - "urls": [] - }, - { - "category": "deprecation", - "changes": [], - "date": "2024-06-24", - "description": "Existing upkeeps on versions earlier than v2.1 will stop being performed on August 29, 2024. [Migrate your older upkeeps](https://docs.chain.link/chainlink-automation/guides/migrate-to-v2) to the latest version of Automation.\n\nOlder Automation registrars through v2.0 have [already been deprecated](https://docs.chain.link/chainlink-automation/overview/automation-release-notes#2024-06-03---registrar-deprecation-through-v20), so you can't register new upkeeps on versions earlier than v2.1.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Deprecation of older Automation upkeeps", - "topic": "automation", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-06-06", - "description": "Chainlink Automation is live on [Gnosis](https://docs.chain.link/chainlink-automation/overview/supported-networks#gnosis-chain-xdai).", - "relatedNetworks": ["gnosis-chain"], - "relatedTokens": [], - "title": "Automation on Gnosis", - "topic": "automation", - "urls": [] - }, - { - "category": "deprecation", - "changes": [], - "date": "2024-06-03", - "description": "Older Automation [registrars](https://docs.chain.link/chainlink-automation/reference/automation-contracts#automationregistrarsol) for v1.0, v1.1, v1.2, v1.3, and v2.0 are deprecated on all [supported networks](https://docs.chain.link/chainlink-automation/overview/supported-networks) (Ethereum, Avalanche, BSC, Polygon, Arbitrum and Optimism). You can no longer register new upkeeps using these older versions. Please [migrate your older upkeeps to Automation 2.1](https://docs.chain.link/chainlink-automation/guides/migrate-to-v2) to ensure they remain operational as we start deprecating older versions.", - "relatedNetworks": ["ethereum", "avalanche", "bnb-chain", "polygon", "arbitrum", "optimism"], - "relatedTokens": [], - "title": "Registrar deprecation through v2.0", - "topic": "automation", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-04-23", - "description": "Chainlink Automation is live on [Polygon Amoy](https://docs.chain.link/chainlink-automation/overview/supported-networks#amoy-testnet).", - "relatedNetworks": ["polygon"], - "relatedTokens": [], - "title": "Automation on Polygon Amoy", - "topic": "automation", - "urls": [] - }, - { - "category": "deprecation", - "changes": [], - "date": "2024-04-13", - "description": "The Mumbai network has stopped producing blocks, so example code will not function on this network. Check again soon for updates about future testnet support on Polygon.", - "relatedNetworks": ["polygon"], - "relatedTokens": [], - "title": "Polygon Mumbai support removed for Automation", - "topic": "automation", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2024-03-07", - "description": "The [Automation StreamsLookup error handler](https://docs.chain.link/chainlink-automation/guides/streams-lookup-error-handler) is available to help you handle potential errors with StreamsLookup upkeeps. When you add the new [`checkErrorHandler`](https://docs.chain.link/chainlink-automation/reference/automation-interfaces#checkerrorhandler-function) function, you can define custom logic to handle some errors offchain and handle other errors onchain in `performUpkeep`.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Automation StreamsLookup error handler", - "topic": "automation", - "urls": [] - }, - { - "category": "integration", - "changes": [], - "date": "2024-02-27", - "description": "Chainlink Automation is live on [Optimism Sepolia](https://docs.chain.link/chainlink-automation/overview/supported-networks#optimism-sepolia-testnet).", - "relatedNetworks": ["optimism"], - "relatedTokens": [], - "title": "Automation on Optimism Sepolia", - "topic": "automation", - "urls": [] - }, - { - "category": "feature", - "changes": [], - "date": "2024-02-27", - "description": "The Chainlink [Automation debugging script](https://github.com/smartcontractkit/chainlink/releases/tag/develop/core/scripts/chaincli/DEBUGGING.md) is available to help you debug and diagnose possible issues with registered upkeeps in Automation 2.1 registries. The script can debug custom logic upkeeps, log trigger upkeeps, and upkeeps that use `StreamsLookup`.", - "relatedNetworks": [], - "relatedTokens": [], - "title": "Automation debugging script", - "topic": "automation", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-12-07", - "description": "Chainlink Automation is live on [Base](https://docs.chain.link/chainlink-automation/overview/supported-networks#base).", - "relatedNetworks": ["base"], - "relatedTokens": [], - "title": "Automation on Base", - "topic": "automation", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-10-02", - "description": "Automation 2.0 is now live on Ethereum, Binance Smart Chain, Polygon, Avalanche, Arbitrum, and Optimism. Automation 2.0 features include:\n\n- **Verifiable compute**: The Automation DON now leverages a consensus mechanism, via Chainlink OCR3, to give you cryptographically verified compute. Save up to 90% of onchain gas costs by off-loading compute intensive tasks to the Automation DON.\n- **Log triggers**: Natively use log data in your smart contracts with [log triggers](https://docs.chain.link/chainlink-automation/guides/log-trigger). Unlock new connection possibilities.\n- **StreamsLookup**: Seamlessly access and use Chainlink's Low Latency Data in upkeeps via [StreamsLookup](https://docs.chain.link/chainlink-automation/reference/automation-interfaces#streamslookupcompatibleinterface). Build like the best Derivative protocols.\n- **Forwarder**: A unique `msg.Sender` for your `performUpkeep` function so you can lock down sensitive upkeeps. Read more about the [forwarder](https://docs.chain.link/chainlink-automation/guides/forwarder).", - "relatedNetworks": ["ethereum", "bnb-chain", "polygon", "avalanche", "arbitrum", "optimism"], - "relatedTokens": [], - "title": "Automation v2.0 release", - "topic": "automation", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-05-15", - "description": "Chainlink Automation is live on [Optimism](https://docs.chain.link/chainlink-automation/overview/supported-networks#optimism).", - "relatedNetworks": ["optimism"], - "relatedTokens": [], - "title": "Automation on Optimism", - "topic": "automation", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-08-21", - "description": "Chainlink Node v2.15.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.15.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.15.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-07-29", - "description": "Chainlink Node v2.14.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.14.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.14.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-07-01", - "description": "Chainlink Node v2.13.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.13.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.13.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-06-05", - "description": "Chainlink Node v2.12.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.12.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.12.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-05-01", - "description": "Chainlink Node v2.11.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.11.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.11.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-04-08", - "description": "Chainlink Node v2.10.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.10.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.10.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-03-07", - "description": "Chainlink Node v2.9.1 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.9.1/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.9.1", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-02-22", - "description": "Chainlink Node v2.9.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.9.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.9.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2024-01-24", - "description": "Chainlink Node v2.8.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.8.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.8.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-12-14", - "description": "Chainlink Node v2.7.2 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.7.2/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.7.2", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-11-21", - "description": "Chainlink Node v2.7.1 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.7.1/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.7.1", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-11-14", - "description": "Chainlink Node v2.7.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.7.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.7.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-10-18", - "description": "Chainlink Node v2.6.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.6.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.6.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-09-13", - "description": "Chainlink Node v2.5.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.5.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.5.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-08-21", - "description": "Chainlink Node v2.4.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.4.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.4.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-07-28", - "description": "Chainlink Node v2.3.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.3.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.3.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-06-12", - "description": "Chainlink Node v2.2.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.2.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.2.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-05-16", - "description": "Chainlink Node v2.1.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.1.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.1.0", - "topic": "general", - "urls": [] - }, - { - "category": "release", - "changes": [], - "date": "2023-04-28", - "description": "Chainlink Node v2.0.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.0.0/) for details.", - "relatedNetworks": [], - "relatedTokens": [], - "subTopic": "nodes", - "title": "Chainlink Node v2.0.0", - "topic": "general", - "urls": [] } ] From 28dbd43906744d65f528ffed6a1d699f55bbef64 Mon Sep 17 00:00:00 2001 From: Karim <98668332+khadni@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:29:46 -0500 Subject: [PATCH 3/3] structure update --- public/changelog.json | 336 ++++++++++++++++++++++-------------------- 1 file changed, 176 insertions(+), 160 deletions(-) diff --git a/public/changelog.json b/public/changelog.json index b5d54942586..52097ce0d75 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -1,161 +1,177 @@ -[ - { - "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", - "iconUrl": "https://..." - }, - { - "assetName": "Bittensor", - "baseAsset": "TAO", - "quoteAsset": "USD", - "url": "https://data.chain.link/streams/tao-usd", - "iconUrl": "https://..." - } - ], - "title": "Added support to Data Streams", - "topic": "data-streams" +{ + "networks": { + "ethereum": { + "displayName": "Ethereum", + "iconUrl": "https://..." + }, + "arbitrum": { + "displayName": "Arbitrum", + "iconUrl": "https://..." + }, + "shibarium": { + "displayName": "Shibarium", + "iconUrl": "https://..." + } }, - { - "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", - "iconUrl": "https://..." - }, - { - "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", - "iconUrl": "https://..." - } - ], - "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", - "iconUrl": "https://..." - }, - { - "assetName": "APEcoin", - "baseAsset": "APE", - "network": "ethereum", - "quoteAsset": "USD", - "url": "https://data.chain.link/feeds/ethereum/mainnet/ape-usd", - "iconUrl": "https://..." - }, - { - "assetName": "APEcoin", - "baseAsset": "APE", - "network": "optimism", - "quoteAsset": "USD", - "url": "https://data.chain.link/feeds/optimism/mainnet/ape-usd", - "iconUrl": "https://..." - }, - { - "assetName": "APEcoin", - "baseAsset": "APE", - "network": "polygon", - "quoteAsset": "USD", - "url": "https://data.chain.link/feeds/polygon/mainnet/ape-usd", - "iconUrl": "https://..." - }, - { - "assetName": "Bittensor", - "baseAsset": "TAO", - "network": "ethereum", - "quoteAsset": "USD", - "url": "https://data.chain.link/feeds/ethereum/mainnet/tao-usd", - "iconUrl": "https://..." - } - ], - "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", - "iconUrl": "https://..." - }, - { - "assetName": "USDC Coin", - "baseAsset": "USDC", - "url": "https://docs.chain.link/ccip/directory/mainnet/token/USDC", - "iconUrl": "https://..." - } - ], - "title": "Added support to Cross-Chain Tokens", - "topic": "ccip" - } -] + "data": [ + { + "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", + "iconUrl": "https://..." + }, + { + "assetName": "Bittensor", + "baseAsset": "TAO", + "quoteAsset": "USD", + "url": "https://data.chain.link/streams/tao-usd", + "iconUrl": "https://..." + } + ], + "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", + "iconUrl": "https://..." + }, + { + "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", + "iconUrl": "https://..." + } + ], + "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", + "iconUrl": "https://..." + }, + { + "assetName": "APEcoin", + "baseAsset": "APE", + "network": "ethereum", + "quoteAsset": "USD", + "url": "https://data.chain.link/feeds/ethereum/mainnet/ape-usd", + "iconUrl": "https://..." + }, + { + "assetName": "APEcoin", + "baseAsset": "APE", + "network": "optimism", + "quoteAsset": "USD", + "url": "https://data.chain.link/feeds/optimism/mainnet/ape-usd", + "iconUrl": "https://..." + }, + { + "assetName": "APEcoin", + "baseAsset": "APE", + "network": "polygon", + "quoteAsset": "USD", + "url": "https://data.chain.link/feeds/polygon/mainnet/ape-usd", + "iconUrl": "https://..." + }, + { + "assetName": "Bittensor", + "baseAsset": "TAO", + "network": "ethereum", + "quoteAsset": "USD", + "url": "https://data.chain.link/feeds/ethereum/mainnet/tao-usd", + "iconUrl": "https://..." + } + ], + "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", + "iconUrl": "https://..." + }, + { + "assetName": "USDC Coin", + "baseAsset": "USDC", + "url": "https://docs.chain.link/ccip/directory/mainnet/token/USDC", + "iconUrl": "https://..." + } + ], + "title": "Added support to Cross-Chain Tokens", + "topic": "ccip" + } + ] +}