From 4bab3b285504ace2adba1275e603418af06e09f2 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Mon, 8 Jul 2024 15:09:32 -0700 Subject: [PATCH] more changes --- integration-tests/ccip-tests/testsetups/test_env.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration-tests/ccip-tests/testsetups/test_env.go b/integration-tests/ccip-tests/testsetups/test_env.go index 2271da7169..321181745e 100644 --- a/integration-tests/ccip-tests/testsetups/test_env.go +++ b/integration-tests/ccip-tests/testsetups/test_env.go @@ -487,6 +487,10 @@ func DeployEnvironments( NetworkName: network.Name, Values: map[string]interface{}{ "fullnameOverride": actions.NetworkName(network.Name), + "image": map[string]interface{}{ + "repository": "ghcr.io/foundry-rs/foundry", + "tag": "nightly-ea2eff95b5c17edd3ffbdfc6daab5ce5cc80afc0", + }, "anvil": map[string]interface{}{ "chainId": fmt.Sprintf("%d", network.ChainID), "blockTime": anvilConfig.BlockTime,