From 0812147dc706c85a754cf9f318f64daafdebc60b Mon Sep 17 00:00:00 2001 From: Anirudh Warrier <12178754+anirudhwarrier@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:02:13 +0400 Subject: [PATCH] bump anvil version used in load tests (#1386) ## Motivation During load tests, when anvil node restarts, block history is lost. Identified this to be a bug in the pinned version of anvil. ## Solution Bump anvil version to latest nightly. --- integration-tests/ccip-tests/testsetups/test_env.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration-tests/ccip-tests/testsetups/test_env.go b/integration-tests/ccip-tests/testsetups/test_env.go index 85a5a10511b..1eb7ebd4528 100644 --- a/integration-tests/ccip-tests/testsetups/test_env.go +++ b/integration-tests/ccip-tests/testsetups/test_env.go @@ -490,8 +490,7 @@ func DeployEnvironments( "fullnameOverride": actions.NetworkName(network.Name), "image": map[string]interface{}{ "repository": "ghcr.io/foundry-rs/foundry", - "tag": "nightly-5ac78a9cd4b94dc53d1fe5e0f42372b28b5a7559", - // "tag": "nightly-ea2eff95b5c17edd3ffbdfc6daab5ce5cc80afc0", + "tag": "nightly-2442e7a5fc165d7d0b022aa8b9f09dcdf675157b", }, "anvil": map[string]interface{}{ "chainId": fmt.Sprintf("%d", network.ChainID),