Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnogo committed Dec 16, 2024
1 parent 9dac610 commit 0957b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/smoke/ccip/ccip_fee_boosting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func Test_CCIPFeeBoosting(t *testing.T) {

// TODO: discrepancy between client and the gas estimator gas price to be fixed - hardcoded for now
// fetchedGasPriceDest, err := e.Env.Chains[destChain].Client.SuggestGasPrice(tests.Context(t))
fetchedGasPriceDest := big.NewInt(20e9)
fetchedGasPriceDest := big.NewInt(20e9) // 20 Gwei = default gas price
require.NoError(t, err)
originalGasPriceDestUSD := new(big.Int).Div(
new(big.Int).Mul(fetchedGasPriceDest, wethPrice),
Expand Down

0 comments on commit 0957b08

Please sign in to comment.