Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Jul 8, 2024
1 parent 6b84aa1 commit 4bab3b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration-tests/ccip-tests/testsetups/test_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4bab3b2

Please sign in to comment.