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 Hyperliquid Mainnet and Testnet in the Chainlink CCIP system. It includes updates to configuration files, documentation, and quick links to integrate these new networks. Additionally, it modifies rate limiter configurations for WMTX tokens and updates certain token pool addresses.
New Network Integrations:
public/changelog.json, with detailed metadata and links to documentation.src/config/data/ccip/v1_2_0/mainnet/chains.jsonandsrc/config/data/ccip/v1_2_0/testnet/chains.jsonto include configuration details for Hyperliquid Mainnet and Testnet, such as addresses, versions, and fee tokens. [1] [2]Quick Links Updates:
src/components/QuickLinks/data/productChainLinks.ts. [1] [2]Rate Limiter Configuration Changes:
src/config/data/ccip/v1_2_0/mainnet/lanes.json. [1] [2]Token Configuration Updates:
src/config/data/ccip/v1_2_0/mainnet/tokens.jsonandsrc/config/data/ccip/v1_2_0/testnet/tokens.json. [1] [2] [3] [4]src/config/data/ccip/v1_2_0/mainnet/tokens.json. [1] [2] [3] [4]Documentation Updates:
src/content/resources/link-token-contracts.mdx, including chain ID, address, and token metadata.