Skip to content

Update default token pool version from 1.5.1 to 1.6.1#21202

Open
b-gopalswami wants to merge 1 commit intodevelopfrom
bg/fix-default-pool-version
Open

Update default token pool version from 1.5.1 to 1.6.1#21202
b-gopalswami wants to merge 1 commit intodevelopfrom
bg/fix-default-pool-version

Conversation

@b-gopalswami
Copy link
Contributor

Requires

Supports

@github-actions
Copy link
Contributor

👋 b-gopalswami, 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!

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 default token pool version from 1.5.1 to 1.6.1 in the CCIP deployment configuration. The change modifies a single variable that determines which version of token pool contracts should be used as the current default across the CCIP deployment system.

Changes:

  • Updated CurrentTokenPoolVersion constant from deployment.Version1_5_1 to deployment.Version1_6_1

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

)

var CurrentTokenPoolVersion = deployment.Version1_5_1
var CurrentTokenPoolVersion = deployment.Version1_6_1
Copy link

Copilot AI Feb 17, 2026

Choose a reason for hiding this comment

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

Updating CurrentTokenPoolVersion to 1.6.1 creates an inconsistency with hardcoded version references in deployment/ccip/changeset/cs_prerequisites.go. That file deploys new token pools with Version1_5_1 hardcoded (lines 867, 913, 958, 1006, 1201, 1315), but retrieves existing pools using CurrentTokenPoolVersion (lines 211, 216, 221, 226). This means newly deployed pools will have version 1.5.1 but will not be found when searched using CurrentTokenPoolVersion (which is now 1.6.1). The hardcoded Version1_5_1 references should be changed to use shared.CurrentTokenPoolVersion instead.

Suggested change
var CurrentTokenPoolVersion = deployment.Version1_6_1
var CurrentTokenPoolVersion = deployment.Version1_5_1

Copilot uses AI. Check for mistakes.
@cl-sonarqube-production
Copy link

@trunk-io
Copy link

trunk-io bot commented Feb 17, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

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.

4 participants

Comments