From ea4e0c779fa9772ac6dc47f2515ee76c2ba3b424 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Wed, 20 Dec 2023 18:19:18 -0800 Subject: [PATCH] comment approve token --- integration-tests/actions/ccip_helpers.go | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/integration-tests/actions/ccip_helpers.go b/integration-tests/actions/ccip_helpers.go index d545f785e3..0eb6b1ec5e 100644 --- a/integration-tests/actions/ccip_helpers.go +++ b/integration-tests/actions/ccip_helpers.go @@ -467,11 +467,14 @@ func (sourceCCIP *SourceCCIPModule) DeployContracts(lane *laneconfig.LaneConfig) return errors.WithStack(err) } - err = sourceCCIP.Common.ApproveTokens() - if err != nil { - return err - } - + /* + err = sourceCCIP.Common.ApproveTokens() + if err != nil { + return err + } + + */ + sourceCCIP.LoadContracts(lane) // update transfer amount array length to be equal to the number of tokens // each index in TransferAmount array corresponds to the amount to be transferred for the token at the same index in BridgeTokens array