From 0957b089e4aa68b04f0a3fc2436327ec60339109 Mon Sep 17 00:00:00 2001 From: nogo <0xnogo@gmail.com> Date: Mon, 16 Dec 2024 18:53:06 +0400 Subject: [PATCH] more comments --- integration-tests/smoke/ccip/ccip_fee_boosting_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/smoke/ccip/ccip_fee_boosting_test.go b/integration-tests/smoke/ccip/ccip_fee_boosting_test.go index 562d5144e8b..576ee356fbb 100644 --- a/integration-tests/smoke/ccip/ccip_fee_boosting_test.go +++ b/integration-tests/smoke/ccip/ccip_fee_boosting_test.go @@ -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),