Skip to content

Commit

Permalink
remove token transmitter address expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gopalswami committed Dec 6, 2024
1 parent 0a35ca8 commit 0f07a93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration-tests/ccip-tests/actions/ccip_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -3771,9 +3771,6 @@ func (lane *CCIPLane) DeployNewCCIPLane(
if env.MockServer != nil {
api = env.MockServer.Config.ClusterURL
}
if lane.Source.Common.TokenTransmitter == nil {
return fmt.Errorf("token transmitter address not set")
}
// Only one LBTC allowed per chain
jobParams.LBTCConfig = &config.LBTCConfig{
SourceTokenAddress: common.HexToAddress(lane.Source.Common.BridgeTokens[0].Address()),
Expand Down

0 comments on commit 0f07a93

Please sign in to comment.