Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces support for the new
etherlinknetwork, including its testnet configuration, updates to related assets, and adjustments to token and lane configurations. It also includes changes to rate limiter settings forUSDClanes and updates to existing testnet token configurations.New Network Support: Etherlink
etherlinknetwork details topublic/changelog.json, including display name and icon URL. Also added a changelog entry for the Etherlink Testnet integration with Chainlink CCIP. [1] [2]productChainLinksinsrc/components/QuickLinks/data/productChainLinks.tsto include a link for the Etherlink Testnet.src/config/data/ccip/v1_2_0/testnet/chains.json, including addresses, chain selector, and fee tokens.src/config/data/ccip/v1_2_0/testnet/lanes.json, including on-ramp and off-ramp details and Ethereum-Sepolia lane configuration. [1] [2]Token Configuration Updates
LINKandWXTZtoken details for Etherlink Testnet insrc/config/data/ccip/v1_2_0/testnet/tokens.json. [1] [2]USDCtoken configurations for multiple testnets, including changes to decimals, pool addresses, and token addresses. [1] [2]Rate Limiter Adjustments
USDClanes by setting capacity and rate to0and disabling the limiter insrc/config/data/ccip/v1_2_0/testnet/lanes.json. [1] [2] [3]