Skip to content

[CP-14050] add polygon to default chains#896

Open
bferenc wants to merge 1 commit intomainfrom
feat/add-polygon-to-default-chains
Open

[CP-14050] add polygon to default chains#896
bferenc wants to merge 1 commit intomainfrom
feat/add-polygon-to-default-chains

Conversation

@bferenc
Copy link
Copy Markdown
Contributor

@bferenc bferenc commented Apr 17, 2026

Description

Changes

Testing

Screenshots:

Checklist for the author

Tick each of them when done or if not applicable.

  • I've covered new/modified business logic with Jest test cases.
  • I've tested the changes myself before sending it to code review and QA.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Polygon (chainId 137) to the set of EVM networks that are enabled by default across the product (notably during onboarding).

Changes:

  • Add Polygon Mainnet (137) to NETWORKS_ENABLED_BY_DEFAULT in the shared @core/types network constants.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 35 to 40
export const NETWORKS_ENABLED_BY_DEFAULT = [
42161, //Arbitrum One Mainnet
10, //Optimism Mainnet
8453, //Base Mainnet
137, //Polygon Mainnet
];
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.

3 participants