Skip to content

Commit

Permalink
skip approving token
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Oct 24, 2023
1 parent 10d8c43 commit 5732cf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions integration-tests/actions/ccip_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,11 +466,11 @@ func (sourceCCIP *SourceCCIPModule) DeployContracts(lane *laneconfig.LaneConfig)
if err != nil {
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 5732cf8

Please sign in to comment.