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 adds support for three new chains—Monad Mainnet, Nexon Henesys Mainnet, and Pharos Atlantic Testnet—across the codebase, including configuration files, type definitions, quick links, and documentation. These additions include chain metadata, RPC providers, explorer URLs, LINK token contract addresses, and updates to utility functions for chain mapping. The changes ensure that these chains are fully integrated and selectable throughout the application.
New Chain Integrations:
MONAD_MAINNET,NEXON_HENESYS_MAINNET, andPHAROS_ATLANTIC_TESTNETtosrc/config/data/chains.jsonwith their respective metadata, explorer URLs, native currency details, and icons. [1] [2]src/config/types.tsto includePHAROSandNEXONinSupportedTechnology, and the three new chains inSupportedChain. [1] [2]src/config/web3Providers.ts.src/features/utils/index.tsto support conversions for the new chains. [1] [2]Quick Links and Chain Names:
src/components/QuickLinks/data/productChainLinks.ts. [1] [2]Selectors and Technology Mapping:
src/config/data/ccip/selectors.ymland mapped them insrc/config/data/chain-to-technology.json. [1] [2] [3]Documentation Updates:
src/content/resources/link-token-contracts.mdx, including LINK token contract addresses and chain parameters. [1] [2] [3]Reference Data:
src/scripts/reference/chains.jsonand updated LINK token names and symbols insrc/scripts/reference/linkNameSymbol.json. [1] [2] [3]