Skip to content

Commit

Permalink
comment approve token
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Dec 21, 2023
1 parent e8fb5cf commit ea4e0c7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions integration-tests/actions/ccip_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea4e0c7

Please sign in to comment.