Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkouv committed Nov 26, 2024
1 parent bd8e392 commit d37e271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/ccip/changeset/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ func CCIPSendRequest(
return nil, 0, errors.Wrap(deployment.MaybeDataErr(err), "failed to get fee")
}
if msg.FeeToken == common.HexToAddress("0x0") {
e.Chains[src].DeployerKey.Value = fee.Mul(fee, big.NewInt(10)) // 10x the fee to prevent flaky tests
e.Chains[src].DeployerKey.Value = fee
defer func() { e.Chains[src].DeployerKey.Value = nil }()
}
tx, err := r.CcipSend(
Expand Down

0 comments on commit d37e271

Please sign in to comment.