From 0f07a9343082dec9cff4d0927b001e9ba57f46a4 Mon Sep 17 00:00:00 2001 From: Balamurali Gopalswami Date: Fri, 6 Dec 2024 14:59:26 -0500 Subject: [PATCH] remove token transmitter address expectation --- integration-tests/ccip-tests/actions/ccip_helpers.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration-tests/ccip-tests/actions/ccip_helpers.go b/integration-tests/ccip-tests/actions/ccip_helpers.go index 8cd67be758..494440d10a 100644 --- a/integration-tests/ccip-tests/actions/ccip_helpers.go +++ b/integration-tests/ccip-tests/actions/ccip_helpers.go @@ -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()),