Skip to content

Conversation

@gfletcher-cll
Copy link
Collaborator

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:

  • Added MONAD_MAINNET, NEXON_HENESYS_MAINNET, and PHAROS_ATLANTIC_TESTNET to src/config/data/chains.json with their respective metadata, explorer URLs, native currency details, and icons. [1] [2]
  • Updated src/config/types.ts to include PHAROS and NEXON in SupportedTechnology, and the three new chains in SupportedChain. [1] [2]
  • Added RPC provider functions for the new chains in src/config/web3Providers.ts.
  • Updated chain mapping utility functions in src/features/utils/index.ts to support conversions for the new chains. [1] [2]

Quick Links and Chain Names:

  • Added quick link references and display names for Nexon and Pharos in src/components/QuickLinks/data/productChainLinks.ts. [1] [2]

Selectors and Technology Mapping:

  • Added selectors for the new chains in src/config/data/ccip/selectors.yml and mapped them in src/config/data/chain-to-technology.json. [1] [2] [3]

Documentation Updates:

  • Added documentation sections for Monad Mainnet, Nexon Henesys Mainnet, and Pharos Atlantic Testnet in src/content/resources/link-token-contracts.mdx, including LINK token contract addresses and chain parameters. [1] [2] [3]

Reference Data:

  • Added entries for the new chains in src/scripts/reference/chains.json and updated LINK token names and symbols in src/scripts/reference/linkNameSymbol.json. [1] [2] [3]

@gfletcher-cll gfletcher-cll requested a review from a team as a code owner November 21, 2025 23:07
@vercel
Copy link

vercel bot commented Nov 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
documentation Ready Ready Preview Nov 22, 2025 0:07am

@github-actions
Copy link
Contributor

👋 gfletcher-cll, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@gfletcher-cll gfletcher-cll changed the title monad mainnet, nexon henesys mainnet, pharos atlantic testnet new chains 11/24 Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant