Skip to content

Commit

Permalink
bump anvil version used in load tests (#1386)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
anirudhwarrier authored Aug 28, 2024
1 parent 6fe155b commit 8572a7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration-tests/ccip-tests/testsetups/test_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 8572a7a

Please sign in to comment.