Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCIP-4408: E2E test for LBTC #1563

Open
wants to merge 21 commits into
base: ccip-develop
Choose a base branch
from
Open

CCIP-4408: E2E test for LBTC #1563

wants to merge 21 commits into from

Conversation

b-gopalswami
Copy link
Collaborator

Motivation

Solution

@b-gopalswami b-gopalswami marked this pull request as ready for review December 9, 2024 20:40
@@ -989,6 +1004,32 @@ func (ccipModule *CCIPCommon) DeployContracts(
}

ccipModule.BridgeTokenPools = append(ccipModule.BridgeTokenPools, usdcPool)
} else if ccipModule.IsLBTCDeployment() && i == 0 {
ccipModule.Logger.Warn().Msg("Right before lbtcPool")
Copy link
Contributor

Choose a reason for hiding this comment

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

We can remove these debug comments

} else if ccipModule.IsLBTCDeployment() && i == 0 {
ccipModule.Logger.Warn().Msg("Right before lbtcPool")
rmnContract := *ccipModule.RMNContract
ccipModule.Logger.Warn().Msg(fmt.Sprintf("token addr: %v, RMN contract %v, router addr: %v", token.Address(), rmnContract, ccipModule.Router.Instance.Address()))
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here

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.

2 participants