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 Chainlink CCIP on the World Chain, along with various other updates and additions to chain configurations and data. The most important changes include the addition of World Chain to the CCIP directories, updates to chain and token configurations, and the introduction of new chains and technologies.
Additions and Updates to Chain Configurations:
public/changelog.json
and updatedproductChainLinks.ts
to include links for World Chain. [1] [2] [3] [4]src/config/data/ccip/v1_2_0/mainnet/chains.json
andsrc/config/data/ccip/v1_2_0/testnet/chains.json
to include configurations for World Chain. [1] [2]Token and Lane Configuration Updates:
src/config/data/ccip/v1_2_0/mainnet/tokens.json
andsrc/config/data/ccip/v1_2_0/testnet/tokens.json
. [1] [2] [3] [4] [5]src/config/data/ccip/v1_2_0/mainnet/lanes.json
andsrc/config/data/ccip/v1_2_0/testnet/lanes.json
. [1] [2] [3] [4]Introduction of New Chains and Technologies:
src/config/data/chains.json
andsrc/config/data/chain-to-technology.json
. [1] [2] [3] [4] [5]src/config/types.ts
to include new supported technologies and chains. [1] [2] [3]Provider Configuration Updates:
src/config/web3Providers.ts
to include the provider for Polygon zkEVM Cardona.