Skip to content

Conversation

@spacesailor24
Copy link
Contributor

Description

  • From EVM network constants:
    • Remove deprecated campNetwork
    • Update RPC and blockexplorer URL for campTestnet
    • Add campMainnet config

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

N/A

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copilot AI review requested due to automatic review settings December 10, 2025 00:54
Copy link
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

This PR updates the CAMP network configurations in the EVM chain constants by removing a deprecated network entry and updating configurations for both testnet and mainnet. This is a breaking change as it removes the campNetwork key that existing consumers may be referencing.

Key Changes:

  • Removed deprecated campNetwork configuration (chainId: 325000)
  • Updated campTestnet with new chainId (123420001114), symbol (CAMP), and updated RPC/explorer URLs
  • Added new campMainnet configuration (chainId: 484) with CAMP symbol and production endpoints

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
packages/constants/src/lib/constants/constants.ts Removes deprecated campNetwork from keys array and chain configs; updates campTestnet chainId, symbol, and URLs; adds new campMainnet configuration
.changeset/bright-rings-dream.md Documents the breaking change with major version bump for the constants package

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

Copy link
Collaborator

@Ansonhkg Ansonhkg left a comment

Choose a reason for hiding this comment

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

please run pnpm prettier and commit

spacesailor24 and others added 2 commits December 9, 2025 16:53
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: spacesailor24 <me@wyatt.email>
@Ansonhkg Ansonhkg merged commit 77c2cac into naga Dec 10, 2025
7 checks passed
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